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 138 - Current ppa builds do not seem to be compiled against Qt 4.6
: Current ppa builds do not seem to be compiled against Qt 4.6
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: PySide
: 0.2.3
: PC Linux
: P5 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-01-31 10:16 EET by lgoodboi
Modified: 2010-06-07 09:28 EEST (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 lgoodboi 2010-01-31 10:16:20 EET
I am trying to use QAbstractItemModel's beginResetModel(), which has been
addedn in Qt 4.6. In the current builds from the ubuntu ppa this method seems
to be missing.

>>> from PySide.QtCore import qVersion
>>> qVersion()
'4.6.0'
>>> from PySide.QtCore import QAbstractItemModel
>>> QAbstractItemModel.beginResetModel
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: type object 'QAbstractItemModel' has no attribute
'beginResetModel'

>>>
>>> from PyQt4.QtCore import QAbstractItemModel as PyQt4QAbstractItemModel
>>> PyQt4QAbstractItemModel.beginResetModel
<built-in function beginResetModel>
>>>

Installed PySide version: 0.2.3-0pyside0~ppa3
Comment 1 Luciano Wolf 2010-05-17 20:38:12 EEST
fixed on v0.3.1-1ppa1 available at Ubuntu's PPA
Comment 2 renato filho 2010-06-07 09:28:40 EEST
released 0.3.2.