On Friday 17 July 2009 07:30:37 Serge Montagnac wrote: > Hi Detlev, > > [r...@dualstar eric4-4.3.5]# python install.py > An internal error occured. Please report all the output of the program, > including the following traceback, to [email protected]. > > Traceback (most recent call last): > File "install.py", line 666, in <module> > main(sys.argv) > File "install.py", line 607, in main > doDependancyChecks() > File "install.py", line 504, in doDependancyChecks > from PyQt4 import Qsci > RuntimeError: the sip module implements API v5.0 but the PyQt4.Qsci > module requires API v4.0 > > I took the standard packages > python-qt4 (4.5.2) > sip (4.8.1) > python-qt4-scin (2.4)
Your sip and python-qt4 packages are mismatched. You won't be able to use any program written against python-qt4. Are you using experimental repositories on your distribution? If so, go back to the packages in the main repository. If not, file a bug with whoever provided your distribution. -- James Oakley [email protected] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
