You are not logged in.
Pages: 1
[root@haramis PyQt4]# ls
Qt.py QtAssistant.so QtGui.so QtOpenGL.so QtSvg.so QtXml.so pyqtconfig.py
Qt.pyc QtCore.so QtNetwork.so QtSql.so QtTest.so __init__.py uic
[root@haramis PyQt4]# pwd
/usr/lib/python2.5/site-packages/PyQt4
[root@haramis PyQt4]# python
Python 2.5 (r25:51908, Mar 24 2007, 22:40:10)
[GCC 4.1.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import Qt
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "Qt.py", line 1, in <module>
from PyQt4.QtCore import *
ImportError: No module named QtCore
Do anyone have the same problem ?
Vincent.
Offline
it's a python25 trouble, with python24 works fine. wait for pyqt upgrade
Offline
Thanks for the report, it should work now.
Note: bugs.archlinux.org is a better way to report bugs.
Offline
I don't see anything fixed...
Vincent.
Offline
'from PyQt4 import Qt' ?
Offline
Pages: 1