[PyKDE] Cannot Install Eric3

Detlev Offenbach detlev at die-offenbachs.de
Sat Jun 4 09:05:28 BST 2005


Am Samstag, 4. Juni 2005 03:05 schrieb Rich Shepard:
>    I would really like to try your application, Eric3, but it is fighting
> me on the installation.
>
>    On my Slackware-10.1 workstation, I have python-2.4.1 installed in
> /usr/lib/python-2.4, PyQt-x11-gpl-3.14.1 installed in
> /opt/PyQt-x11-gpl-3.14.1, sip-4.2.1 installed in /opt/sip-4.2.1, and
> qscintilla-1.62-gpl-1.5.1 installed in /opt/qscintilla-1.62-gpl-1.5.1.
> Eric3 is currently sitting in /opt/eric-3.6.2.
>
>    From within this last directory, as root, I type 'python install.py' and
> see this result:
>
> [root at salmo /opt/eric-3.6.2]# python install.py
> Sorry, please install QScintilla and/or reinstall
> PyQt with QScintilla support.
> Error: No module named qtext
>

This usually means, that PyQt was not built with QScintilla support. As a 
quick test start Python and enter "import qtext". If this shows an exception 
(ImportError), the above statement proofs true, you should rebuild your 
software according to the eric3 README file or report a bug to the slackware 
maintainers.

>    The entire qtext directory is located in /opt/PyQt-x11-gpl-3.14.1/sip/.

This directory just contains the sip files, not the .so file needed by Python. 
Check your site-packages directory.

> Unfortunately, I cannot find a command line option to let the install
> script know where to look for all the qtext files.

That isn't necessary because the Python import mechanism takes care of this.

>
>    How should I proceed?
>
> Thank you,
>
> Rich

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




More information about the PyQt mailing list