Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
1.1.0, 1.1.1, 1.1.2
-
ddbd93680730811a5020b4d429c2e3e11d6823e3
Description
The following SHOULD print 'foo', but it prints nothing.
If the import line is commented out, this behaves as expected.
from __future__ import unicode_literals import sys from PySide.QtGui import * class Window(QMainWindow): def __init__(self): super(Window, self).__init__() print self.tr('foo') app = QApplication(sys.argv) Window().show() sys.exit(app.exec_())
Attachments
For Gerrit Dashboard: PYSIDE-100 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
227829,5 | Improve sbkstring::toCString to support unicode | 5.9 | pyside/pyside-setup | Status: MERGED | +2 | 0 |