ImportError: No module named Qsci
What is "Qsci"? "Qsci" is short hand for Qscintilla which is a Qt port of the Scintilla editing component. This is provided to Python as the PyQt4.Qsci module. This module is installed separately from the main Qt4 module in a package called "python-qscintilla" [notice a pattern where this feature of Qt4 is referred to by at least three names?]. Once you've run down this quirky daisy-chain of names it is just:
zypper in python-qscintilla
and now thg runs.
0 comments:
Post a Comment