Am Mittwoch, 5. Mai 2004 20:57 schrieb Fernando Mesquita: > Here is the results: > > Python 2.3 (#1, May 3 2004, 15:23:39) > [GCC 3.3.2 20031022 (Red Hat Linux 3.3.2-1)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > > >>> from qt import *
This indicates, that python cannot find pyqt. One possibility is, that you have more than one python version installed. rpm -ql might give you a hint, where the pyqt files have been installed. > > Traceback (most recent call last): > File "<stdin>", line 1, in ? > ImportError: No module named qt > > On Wed, 2004-05-05 at 11:25, Detlev Offenbach wrote: > > Hi, > > > > Am Dienstag, 4. Mai 2004 21:06 schrieb Fernando Mesquita: > > > Hi there, > > > When I try to install eric3 I get the following error message: > > > > > > [EMAIL PROTECTED] eric-3.4.1]# python install.py > > > Sorry, please install PyQt. > > > Error: No module named qt > > > > Open a python shell and enter the following > > > > from qt import * > > > > Most probably you will get an error message about not being able to > > load some library. > > > > > but when I checked to see if PyQt was installed I got: > > > > > > [EMAIL PROTECTED] eric-3.4.1]# rpm -q PyQt > > > PyQt-3.8.1-2 > > > > > > I also, checked for qt and got the following: > > > > > > [EMAIL PROTECTED] eric-3.4.1]# rpm -q qt > > > qt-3.1.2-14 > > > > > > Am I missing something? Please help! > > > > Detlev Detlev -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
