Hi Stefano,

>  Thanks for the clarification... It would be nice to have some workaround
>  until the bug is solved upstream: removing python-qt4 is not a solution
>  here because I have daily-used applications that depend on it.

Upsteam reported these ways:

"
Just add lines like these to the code that uses the pdftools package:

 from PyQt4.QtGui import QApplication
 app = QApplication([])

Or, if the sys module has been imported, like these:

 from PyQt4.QtGui import QApplication
 app = QApplication(sys.argv)
"

sorry but I can't test, since I don't have installed python-qt4.

Regards,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to