On Fri, 15 Mar 2013 18:11:06 -0400, Adam Tauno Williams wrote: > awilliam@linux-22wg:~> thg > Traceback (most recent call last): > File "/usr/local/bin/thg", line 98, in <module> > ret = tortoisehg.hgqt.run.dispatch(argv) > File > "/usr/local/lib/python2.7/site-packages/mercurial-2.5.1-py2.7-linux-x86_64.egg/mercurial/demandimport.py", > line 86, in __getattribute__ > self._load() > File > "/usr/local/lib/python2.7/site-packages/mercurial-2.5.1-py2.7-linux-x86_64.egg/mercurial/demandimport.py", > line 58, in _load > mod = _origimport(head, globals, locals) > File "/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/run.py", > line 33, in <module> > from tortoisehg.hgqt.bugreport import run as bugrun > File > "/usr/local/lib/python2.7/site-packages/mercurial-2.5.1-py2.7-linux-x86_64.egg/mercurial/demandimport.py", > line 114, in _demandimport > mod = _origimport(name, globals, locals) > File > "/usr/local/lib/python2.7/site-packages/tortoisehg/hgqt/bugreport.py", > line 19, in <module> > from PyQt4.Qsci import QSCINTILLA_VERSION_STR > File > "/usr/local/lib/python2.7/site-packages/mercurial-2.5.1-py2.7-linux-x86_64.egg/mercurial/demandimport.py", > line 114, in _demandimport > mod = _origimport(name, globals, locals) > RuntimeError: the sip module implements API v9.0 to v9.1 but the > PyQt4.Qsci module requires API v8.1 > > awilliam@linux-22wg:~> rpm -q python-qscintilla > python-qscintilla-2.6.1-2.1.2.x86_64
Hi, It says "sip" isn't compatible with the installed "python-qscintilla". "sip" is the bridge between Qt and Python, which both "python-qt4" and "python-qscintilla" depend on. Make sure to install the compatible rpms. Regards, ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

