Comment 21 for bug 799990

Revision history for this message
matysek (mzibricky) wrote :

Could you also please try the following code in your python and let me know its output? Thanks in advance.
(I assume you have installed python environment with PyQt4)

import sip
sip.setapi('QString', 2)
from PyQt4 import QtCore
QtCore.QCoreApplication.libraryPaths()