On Sat, 2013-03-16 at 12:45 +0900, Yuya Nishihara wrote: > On Fri, 15 Mar 2013 18:11:06 -0400, Adam Tauno Williams wrote: > > awilliam@linux-22wg:~> thg > > "/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 > 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.
That was it; I installed the python-qscintilla-sip [apparently a new dependency] and now thg is running on all three of my openSUSE 12.3 boxes. ------------------------------------------------------------------------------ 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

