PDA

View Full Version : [ubuntu] PyQt4 module not found in Qt Creator4



nithishr
December 22nd, 2010, 03:30 PM
Hi guys,

I am using the Ubuntu 10.10. I had installed Qt Creator4 using Ubuntu Software Center. But now when I try to execute a python program created using it, I get the following error.



~/PyQt$ python game.py
Traceback (most recent call last):
File "game.py", line 10, in <module>
from PyQt4 import QtCore, QtGui
ImportError: No module named PyQt4
The program was working in Ubuntu 10.04 after installing Qt Creator4..
Please do help...