Page 1 of 1

program can't find python-qt

Posted: 03 Feb 2011, 11:00
by nucleus
I wanna install eric4 - an IDE for python.
It needs:

python (preinstalled in slax-remix)
qt4 (preinstalled in slax-remix)
pyqt (python-bindings to qt4 - installable with "slapt-get --install pyqt")
QScintilla (downloaded and installed)
QScintilla2 Python bindings (not found on the web)
sip (installed)


When running "python install.py" the setup says:

Checking dependencies
Python Version: 2.6.5
Sorry, please install PyQt4.
Error: No module named PyQt4.QtCore


So obviously it doesn't find the python-qt-bindings even though they are installed. How can I fix that? Already tried a reinstall with slapt-get but no success. :(

Re: program can't find python-qt

Posted: 03 Feb 2011, 21:32
by fanthom
Porteus has Pykde added by default and not PyQt. get it from here:
ftp://ftp.osuosl.org/pub/slackware/slac ... 6_64-1.txz

Re: program can't find python-qt

Posted: 07 Feb 2011, 05:49
by nucleus
problem persists:

Code: Select all

Checking dependencies
Python Version: 2.6.5
Sorry, please install PyQt4.
Error: No module named PyQt4.QtCore

Re: program can't find python-qt

Posted: 07 Feb 2011, 06:26
by fanthom
i have found that eric4 package for 64bits is not updated for 'slackware-current'. all what you need to do is to grab eric4 from here:
http://download.salixos.org/x86_64/13.0 ... 64-1cd.txz
and download rest of deps from Slackware-13.1 (and not current):
http://ftp.heanet.ie/mirrors/ftp.slackw ... kware64/l/
grab: PyQt4, QScintilla and sip.
otherwise you will get an API version conflict.

proof of concept:
http://img14.imageshack.us/img14/5500/eric4i.jpg