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 Offenbach
[EMAIL PROTECTED]

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to