<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/1.0.4">
</HEAD>
<BODY>
Well it seems that I should have checked the archives. Turns out I forgot to add /usr/lib/qt-3.0.5/lib to my etc/ld.so.conf file and run ldconfig
<BR>

<BR>
On Tue, 2003-03-18 at 18:48, Trent Childers wrote:
    <BLOCKQUOTE>
    <FONT COLOR="#737373"><FONT SIZE="3"><I>In the module qtext.py I am getting the following error </FONT></FONT></I>
    <BR>
    <FONT COLOR="#737373"><FONT SIZE="3"><I>Traceback (most recent call last): </FONT></FONT></I>
    <BR>
    <FONT COLOR="#737373"><FONT SIZE="3"><I>&nbsp; File &quot;/usr/lib/python2.2/site-packages/eric3/eric3.py&quot;, line 20, in ? </FONT></FONT></I>
    <BR>
    <FONT COLOR="#737373"><FONT SIZE="3"><I>&nbsp;&nbsp;&nbsp; import Preferences </FONT></FONT></I>
    <BR>
    <FONT COLOR="#737373"><FONT SIZE="3"><I>&nbsp; File &quot;Preferences/__init__.py&quot;, line 24, in ? </FONT></FONT></I>
    <BR>
    <FONT COLOR="#737373"><FONT SIZE="3"><I>&nbsp; File &quot;/usr/lib/python2.2/site-packages/qtext.py&quot;, line 29, in ? </FONT></FONT></I>
    <BR>
    <FONT COLOR="#737373"><FONT SIZE="3"><I>&nbsp;&nbsp;&nbsp; import libqtextc </FONT></FONT></I>
    <BR>
    <FONT COLOR="#737373"><FONT SIZE="3"><I>ImportError: libqscintilla.so.0: cannot open shared object file: No such file or directory </FONT></FONT></I>
    <BR>
    <FONT COLOR="#737373"><FONT SIZE="3"><I></FONT></FONT></I>
    <BR>
    <FONT COLOR="#737373"><FONT SIZE="3"><I>I went in and commented out the lines </FONT></FONT></I>
    <BR>
    <FONT COLOR="#737373"><FONT SIZE="3"><I>#try: </FONT></FONT></I>
    <BR>
    <FONT COLOR="#737373"><FONT SIZE="3"><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # from qtext import QextScintilla </FONT></FONT></I>
    <BR>
    <FONT COLOR="#737373"><FONT SIZE="3"><I>&nbsp;&nbsp;&nbsp; #except: </FONT></FONT></I>
    <BR>
    <FONT COLOR="#737373"><FONT SIZE="3"><I>&nbsp;&nbsp;&nbsp;&nbsp; #&nbsp;&nbsp; print 'Sorry, please install QScintilla and/or reinstall' </FONT></FONT></I>
    <BR>
    <FONT COLOR="#737373"><FONT SIZE="3"><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #&nbsp; print 'PyQt with QScintilla support.' </FONT></FONT></I>
    <BR>
    <FONT COLOR="#737373"><FONT SIZE="3"><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # sys.exit(1) </FONT></FONT></I>
    <BR>
    <FONT COLOR="#737373"><FONT SIZE="3"><I>from install.py in eric-3.1 just to see if it would compile and what sort of error i would get when I ran eric. I did this because It kept failing here and giving me Sorry please install QScintilla error. </FONT></FONT></I>
    <BR>
    <FONT COLOR="#737373"><FONT SIZE="3"><I>I have installed Qscintilla,SIP and PyQt from the latest development snapshots. </FONT></FONT></I>
    <BR>
    <FONT COLOR="#737373"><FONT SIZE="3"><I></FONT></FONT></I>
    <BR>
    <FONT COLOR="#737373"><FONT SIZE="3"><I>First off where is libqtextc supposed to be. </FONT></FONT></I>
    <BR>
    <FONT COLOR="#737373"><FONT SIZE="3"><I>Second why is it failing to the line from qtext import QextScintilla since I have the qtext module installed. </FONT></FONT></I>
    <BR>
    <FONT COLOR="#737373"><FONT SIZE="3"><I></FONT></FONT></I>
    <BR>
    <FONT COLOR="#737373"><FONT SIZE="3"><I>I followed the instructions in the ReadMe files to the letter. I have tried this both with dll and staticlib configuration on Qscintilla install. </FONT></FONT></I>
    <BR>
    <FONT COLOR="#737373"><FONT SIZE="3"><I>I have Qt 3.0.5 installed on my redhat 8.0 system.</FONT></FONT></I>
    <BR>
    
    </BLOCKQUOTE>
</BODY>
</HTML>