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 235 - PySide under Ubuntu 9.10 differs from PySide under Ubuntu 10.4
: PySide under Ubuntu 9.10 differs from PySide under Ubuntu 10.4
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: packaging
: 0.3.1
: All All
: P5 normal
Assigned To: Anderson Lizardo
:
:
:
  Show dependency treegraph
 
Reported: 2010-06-01 17:47 EEST by Timothy Baldridge
Modified: 2010-08-04 15:16 EEST (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 Timothy Baldridge 2010-06-01 17:47:31 EEST
Two different PySide installs, both installed from the ppa repositories.
Interactive sessions from each are as follows:

Ubuntu 9.10

Python 2.6.4rc2 (r264rc2:75497, Oct 20 2009, 02:55:11) 
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from PySide.QtCore import QPointF
>>> QPointF(QPointF())
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: 'PySide.QtCore.QPointF' called with wrong argument types:
  PySide.QtCore.QPointF(PySide.QtCore.QPointF)
Supported signatures:
  PySide.QtCore.QPointF()
  PySide.QtCore.QPointF(PySide.QtCore.QPoint)
  PySide.QtCore.QPointF(float, float)
>>> 


Ubuntu 10.4

Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41) 
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from PySide.QtCore import QPointF
>>> QPointF(QPointF())
<PySide.QtCore.QPointF object at 0x244c330>
>>>
Comment 1 renato filho 2010-06-07 09:34:35 EEST
new release 0.3.2 will be available on Karmic and lucid. This will be the last
release on Karmic.