On Wednesday 14 April 2010 10:11:16 Daniele Tricoli wrote: > I have an application of mine that use QtGui and QtCore modules and is > still working, so the problem seems to be related to Qsci module
Yes it worked! Simply rebuilding python-qscintilla2 fixed the problem! :) Import is working >>> from PyQt4 import Qsci >>> Qsci <module 'PyQt4.Qsci' from '/usr/lib/pymodules/python2.5/PyQt4/Qsci.so'> hgview is working too. @Jens Link I just tested gns3: it works too after the rebuilding of python- qscintilla2. HTH, -- Daniele Tricoli 'Eriol' http://mornie.org -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

