<!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>
In the module qtext.py I am getting the following error
<BR>
Traceback (most recent call last):
<BR>
&nbsp; File &quot;/usr/lib/python2.2/site-packages/eric3/eric3.py&quot;, line 20, in ?
<BR>
&nbsp;&nbsp;&nbsp; import Preferences
<BR>
&nbsp; File &quot;Preferences/__init__.py&quot;, line 24, in ?
<BR>
&nbsp; File &quot;/usr/lib/python2.2/site-packages/qtext.py&quot;, line 29, in ?
<BR>
&nbsp;&nbsp;&nbsp; import libqtextc
<BR>
ImportError: libqscintilla.so.0: cannot open shared object file: No such file or directory
<BR>

<BR>
I went in and commented out the lines
<BR>
 #try:
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # from qtext import QextScintilla
<BR>
&nbsp;&nbsp;&nbsp; #except:
<BR>
&nbsp;&nbsp;&nbsp;&nbsp; #&nbsp;&nbsp; print 'Sorry, please install QScintilla and/or reinstall'
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #&nbsp; print 'PyQt with QScintilla support.'
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # sys.exit(1)
<BR>
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. 
<BR>
I have installed Qscintilla,SIP and PyQt from the latest development snapshots.
<BR>

<BR>
First off where is libqtextc supposed to be.
<BR>
Second why is it failing to the line from qtext import QextScintilla since I have the qtext module installed.
<BR>

<BR>
I followed the instructions in the ReadMe files to the letter. I have tried this both with dll and staticlib configuration on Qscintilla install.
<BR>
I have Qt 3.0.5 installed on my redhat 8.0 system.
</BODY>
</HTML>