Hello, I have a newly installed ubuntu 6.06 system. I am trying to install pyqt4 on it, but without success. The contents of the /etc/apt/sources.list file are: ******************************************************************************** deb http://in.archive.ubuntu.com/ubuntu/ dapper main restricted universe deb http://in.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse deb http://security.ubuntu.com/ubuntu dapper-security main universe deb http://in.archive.ubuntu.com/ubuntu/ dapper-updates main restricted ******************************************************************************** I've tried installing everything related to python2.4 and qt4, including sip, pyqt-tools, etc. However, on running a pyqt script, it gives me the following error: ******************************************************************************** Traceback (most recent call last): File "findFiles.py", line 16, in ? from PyQt4 import QtCore, QtGui ImportError: No module named PyQt4 ********************************************************************************
Any pointers regarding what packages should i install to get the system into working condition would be very helpful Thanks a lot -- warm regards, Pradnyesh Sawant -- Be yourself......everyone else is taken. --Anon -- http://mail.python.org/mailman/listinfo/python-list