<!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>
File "/usr/lib/python2.2/site-packages/eric3/eric3.py", line 20, in ?
<BR>
import Preferences
<BR>
File "Preferences/__init__.py", line 24, in ?
<BR>
File "/usr/lib/python2.2/site-packages/qtext.py", line 29, in ?
<BR>
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>
# from qtext import QextScintilla
<BR>
#except:
<BR>
# print 'Sorry, please install QScintilla and/or reinstall'
<BR>
# print 'PyQt with QScintilla support.'
<BR>
# 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>