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.
