eric3, pyqt, qscintilla - guru needed.

Detlev Offenbach detlev at die-offenbachs.de
Sun Jul 27 13:20:40 EDT 2003


reh wrote:

> reh wrote:
> 
>> Have installed on Redhat 9.0 in the following order;
>> 
>> Qscintilla
>> sip
>> PyQt
>> 
>> When I install eric3 (python install.py), I get this error;
>>   Sorry, please install QScintilla and/or reinstall
>>   PyQt with QScintilla support.
>> 
>> It seems the errors occurs in the install.py file at:
>>   from qtext import QextScintilla
>> 
>> From qtext.py, I have typed in at the python prompt;
>>   >>> import libsip               # ok here
>>   >>> from qt import QWidet       # ok here
>>   >>> from qt import QObject      # ok here
>>   >>> from qt import QPrinter     # ok here
>>   >>> import libqtextc            # error here
>>   Traceback (most recent call last):
>>   File "<stdin>", line 1, in ?
>>   ImportError: libqscintilla.so.2: cannot open shared object file: No
>>   such
>> file or directory
>>   >>>
>> 
>> Been through all readme files, tried just about everything.
>> Anyone have an idea what's wrong.
>> 
> Forgot to say that the libqscintilla.so.2 is in;
>   /usr/lib/qt-3.1/lib
> and the same path is in my /etc/ld.so.conf

Did you do a "ldconfig" after the installation of qscintilla? 

Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de




More information about the Python-list mailing list