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 155 - "TypeError: enum is not extensible" in desktop/systray/systray.py example
: "TypeError: enum is not extensible" in desktop/systray/systray.py example
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: PySide
: HEAD
: All All
: P2 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-02-19 16:37 EET by Bruno Araujo
Modified: 2010-03-24 14:40 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 Bruno Araujo 2010-02-19 16:37:33 EET
Fire up desktop/systray/systray.py example and click in Show Message, this
error appears:

Error calling slot "showMessage" 
Traceback (most recent call last):
  File "systray.py", line 117, in showMessage
    self.typeComboBox.currentIndex()).toInt()[0])
TypeError: enum is not extensible

This example works fine in the boost-based bindings (a balloon is shown in the
systray).
Comment 1 Marcelo Lira 2010-02-25 16:44:42 EET
Fixed in shiboken/4d89c3d8.