$ python
Python 2.5.4 (r254:67916, May 17 2010, 21:00:32)
[GCC 4.2.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from PyQt4 import QtGui
>>> from PyQt4 import QtDeclarative
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name QtDeclarative
>>>
I cannot find the package also, is it available?
Edit: Yes, I know about PySide, just curious about PyQt4.
Edit: Yes, I know about PySide, just curious about PyQt4.
Last edited by int_ua; 2011-09-29 at 19:03.