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 157 - RuntimeError: internal C++ object already deleted (examples/richtext/orderform.py)
: RuntimeError: internal C++ object already deleted (examples/richtext/orderfor...
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: PySide
: 0.2.3
: All All
: P5 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-02-19 17:45 EET by Anderson Lizardo
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 Anderson Lizardo 2010-02-19 17:45:46 EET
This error happens when running examples/richtext/orderform.py:

$ python examples/richtext/orderform.py
Traceback (most recent call last):
  File "examples/richtext/orderform.py", line 259, in <module>
    window.createSample()
  File "examples/richtext/orderform.py", line 141, in createSample
    dialog.orderItems(), True)
  File "examples/richtext/orderform.py", line 94, in createLetter
    cursor = orderTable.cellAt(0, 1).firstCursorPosition()
RuntimeError: internal C++ object already deleted.
Comment 1 Anderson Lizardo 2010-02-23 15:16:18 EET
Fix commited to my repository, waiting for merge request:

http://qt.gitorious.org/pyside/pyside-shiboken/merge_requests/62
Comment 2 Anderson Lizardo 2010-02-24 13:06:59 EET
Fixed on pyside-shiboken commit 6d8b1440a37bbe6d8eedcfbe420acab15c21b8ac.