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 113 - Many examples are broken
: Many examples are broken
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: PySide
: HEAD
: All All
: P5 normal
Assigned To: Lauro Moura
:
:
:
  Show dependency treegraph
 
Reported: 2010-01-08 11:15 EET by Tomi Pieviläinen
Modified: 2010-02-24 17:35 EET (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomi Pieviläinen 2010-01-08 11:15:59 EET
A lot of the examples are broken, for example http.py and mandelbrot.py. All
the examples should be tested and working, because they are essential as
introductions to many features of Qt.
Comment 1 Lauro Moura 2010-01-09 19:04:22 EET
Confirming the bug.

Already requested merge for the two examples (mandelbrot requires also a change
in QtGui's typesystem).

http://qt.gitorious.org/pyside/pyside-examples/merge_requests/3
http://qt.gitorious.org/pyside/pyside/merge_requests/2235

I'll keep this bug open until all examples have been tested.
Comment 2 Lauro Moura 2010-01-22 10:39:06 EET
We reviewed the examples, fixed some incompatibilities (old-style signal
emission, static methods, implicit conversion) and opened bug for new issues.
The new examples are already in the pyside-examples repo.

Marking as resolved.