FS#21439 - PyQt is not accessible from python3

Attached to Project: Arch Linux
Opened by mangus (mangus) - Saturday, 23 October 2010, 19:28 GMT
Last edited by Ionut Biru (wonder) - Saturday, 23 October 2010, 19:39 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
With python and pyqt from extra, it's not possible to use the PyQt bindings, although PyQt supports python3 since version 4.5:
http://www.riverbankcomputing.co.uk/news/pyqt-45

Python 3.1.2 (r312:79147, Oct 4 2010, 12:45:09)
[GCC 4.5.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import Pyqt4
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named Pyqt4
>>>

Additional info:
same thing in ubuntu
https://bugs.launchpad.net/ubuntu/+source/python-qt4/+bug/400826
This task depends upon

Closed by  Ionut Biru (wonder)
Saturday, 23 October 2010, 19:39 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#21422 

Loading...