Hi all,

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

[EMAIL PROTECTED] ~ $ 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
-- 

Attachment: pgp0IVN5b7Akz.pgp
Description: PGP signature

_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to