Re: [PyKDE] Eric3 install problems...

2004-05-07 Thread Detlev Offenbach
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, tha

Re: [PyKDE] Eric3 install problems...

2004-05-05 Thread 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 * Traceback (most recent call last): File "", line 1, in ? ImportError: No module named qt

Re: [PyKDE] Eric3 install problems...

2004-05-05 Thread Detlev Offenbach
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

Re: [PyKDE] Eric3 install problems...

2004-05-04 Thread jul
Hi, you surely have to set and export your QTDIR environnement variable... If you installed Qt by rpm, your qt directory sould be someting like : /usr/share/qt-3.1.2-14 ($ "rpm -ql qt" to find it) Hope it helps... ++ jul. Fernando Mesquita wrote: Hi there, When I try to install eric3 I get t

[PyKDE] Eric3 install problems...

2004-05-04 Thread 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 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,