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 591 - QtCore.QRect has no attribute "getRect()" in Windows binary
: QtCore.QRect has no attribute "getRect()" in Windows binary
Status: CLOSED INVALID
Product: PySide
Classification: Unclassified
Component: QtCore
: 1.0.0 beta1
: PC MS Windows XP/Vista/7
: P3 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2011-01-09 18:04 EET by jamestheprogrammer
Modified: 2011-01-21 15:44 EET (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jamestheprogrammer 2011-01-09 18:04:01 EET
The QRect class in PySide does not appear to have the getRect() member on
Windows using Python 2.7.  Any code which attempts to call this method raises
the following exception:

AttributeError: 'PySide.QtCore.QRect' object has no attribute 'getRect'

A quick dir of the QRect class from the interpreter shows that all of the other
methods are there, including the related setRect().  getRect(), however, is
nowhere to be found.

Just saw bug 544 which seems to be closely related to this, but no specific
mention was made with regard to getRect(), only to getCoords().  So, I'm
reporting this anyway, since the Windows binaries are still stuck back at
beta1.
Comment 1 Matti Airas 2011-01-10 06:29:32 EET
Thanks for the bug. Since this appears to be fixed in beta3, I'm resolving this
bug as invalid.

Unfortunately, we only do source code releases, so it's up to our community
members to perform the binary packaging. Therefore, we can't guarantee that
every version will have Windows packages available.
Comment 2 renato filho 2011-01-21 15:44:48 EET
release beta4