Package: pyqt-tools
Version: 3.3.5

I made an ui file on qtdesign and used pyuic to convert it to a python file.
It worked fine, but when I tried to load the py file, python didn't find the 
module qt. But I think I've installed all neded packages.

[EMAIL PROTECTED]:~$ pyuic form1.ui -o form.py
[EMAIL PROTECTED]:~$ python form.py
Traceback (most recent call last):
  File "form.py", line 11, in ?
      from qt import *
      ImportError: No module named qt
      [EMAIL PROTECTED]:~$ find / -iname [Qq]t.py 2>/dev/null
      /usr/lib/python2.3/site-packages/PyQt4/Qt.py
      /usr/lib/python2.4/site-packages/PyQt4/Qt.py
              [EMAIL PROTECTED]:~$ python -c 'import sys; print sys.path'
      ['', '/usr/lib/python24.zip', '/usr/lib/python2.4', 
'/usr/lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk', 
'/usr/lib/python2.4/lib-dynload', '/usr/local/lib/python2.4/site-packages', 
'/usr/lib/python2.4/site-packages', '/var/lib/python-support/python2.4']


 __________________________________________________
Fale com seus amigos  de graça com o novo Yahoo! Messenger 
http://br.messenger.yahoo.com/ 

Reply via email to