You are not logged in.
Pages: 1
Since a recent update (which included Python 2 -> Python 3), PyQt doesn't work. When I try to import it, is says it doesn't exist.
Offline
"doesn't work" is too general. provide concrete steps on how to replicate it.
Give what you have. To someone, it may be better than you dare to think.
Offline
$ python
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.QtCore
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named PyQt4.QtCore
Offline
mda, pyhon2 not python. read the latest news to understand what happened
Give what you have. To someone, it may be better than you dare to think.
Offline
I don't understand what you mean.
I know that the old Python is now in the Python2 package.
I would like my PyQt apps to work with Python 3.
Offline
Give what you have. To someone, it may be better than you dare to think.
Offline
I installed python2 and changed the shebang line in my PyQt app to use python2, and it works now.
I just wouldn't expect that Arch would upgrade to a newer version of a package even when other packages haven't been updated to work with the new one!
Offline
Pages: 1