[PyKDE] PyQt4 weirdness

Ismail Donmez ismail at pardus.org.tr
Wed Apr 26 10:12:40 BST 2006


Hi all,

I downloaded PyQt4 snapshot from April 24 and I can't no longer import Qt 
classes:

cartman at southpark ~ $ python
Python 2.4.3 (#1, Apr 25 2006, 17:17:24)
[GCC 3.4.6] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from PyQt4 import QtGui
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: cannot import name QtGui
>>> from PyQt4 import QtCore
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: cannot import name QtCore
>>> import PyQt4
>>>

Any ideas?

Regards,
ismail
-- 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: not available
Url : http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20060426/f6795670/attachment.bin


More information about the PyQt mailing list