PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 189 - PySide shows java.util.QList in error messages
: PySide shows java.util.QList in error messages
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: ApiExtractor
: HEAD
: All All
: P5 minor
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-03-22 14:23 EET by Hugo Parente Lima
Modified: 2010-03-24 16:29 EET (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hugo Parente Lima 2010-03-22 14:23:29 EET
To reproduce:

from PySide.QtCore import *
a = QStringList([2])


The error message:

TypeError: 'PySide.QtCore.QStringList' called with wrong argument types:        
  PySide.QtCore.QStringList(list)                                               
Supported signatures:                                                           
  PySide.QtCore.QStringList()                                                   
  PySide.QtCore.QStringList(java.util.QList)                                    
  PySide.QtCore.QStringList(PySide.QtCore.QString)
  PySide.QtCore.QStringList(PySide.QtCore.QStringList)
Comment 1 Hugo Parente Lima 2010-03-22 14:25:52 EET
The bgu is on ApiExtractor, not Shiboken
Comment 3 Hugo Parente Lima 2010-03-22 16:13:30 EET
Fixed in commits:

apiextractor/e506075d4fd15d66dd62d5ee3da23d260a1e0a87
shiboken/d96d5df9b8d3f5caaa66a7f75f2f8fe1a1395159