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 185 - instantiation of a QXmlSimpleReader object fails
: instantiation of a QXmlSimpleReader object fails
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: QtXml
: HEAD
: All All
: P5 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-03-18 18:22 EET by Matti Airas
Modified: 2010-03-24 16:38 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 Matti Airas 2010-03-18 18:22:11 EET
When I try to run pyside-examples/examples/xml/saxbookmarks/saxbookmarks.py
with QtXml built using my naive bindings implementation at
git://gitorious.org/~mairas/pyside/mairas-pyside-shiboken.git (branch xml), I
get the following:

Error calling slot "open" 
Traceback (most recent call last):
  File "./saxbookmarks.py", line 221, in open
    reader = QtXml.QXmlSimpleReader()
NotImplementedError: 'QXmlSimpleReader' represents a C++ abstract class and
cannot be instanciated

QXmlSimpleReader is regarded as an abstract class by cppgenerator although it
clearly isn't such.
Comment 1 Marcelo Lira 2010-03-23 16:03:55 EET
Fixed in pyside-shiboken/1e1c8388