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 445 - QApplication ctor does not support a list with unicode strings.
: QApplication ctor does not support a list with unicode strings.
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: PySide
: HEAD
: All All
: P3 normal
Assigned To: Hugo Parente Lima
:
:
:
  Show dependency treegraph
 
Reported: 2010-10-29 17:39 EEST by Hugo Parente Lima
Modified: 2010-11-25 17:48 EET (History)
8 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-10-29 17:39:22 EEST
QApplication ctor does not support a list with unicode strings.


from PySide.QtGui import QApplication
app = QApplication([u"pysidetest.py"])

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: bad argument type for built-in operation
Comment 1 Hugo Parente Lima 2010-10-29 17:53:11 EEST
Fixed in mainline.
Comment 2 renato filho 2010-11-25 17:48:19 EET
released on 1.0.0~beta1