. added import sip, needed for py2exe to correctly include that library in windows.
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@338 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
parent
40e3079e50
commit
f6a6947218
@ -85,6 +85,7 @@ if __name__ == "__main__":
|
|||||||
pyqt=True
|
pyqt=True
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
import sip
|
||||||
from PyQt4 import QtGui
|
from PyQt4 import QtGui
|
||||||
except:
|
except:
|
||||||
print >> sys.stderr, "PyQt seems to be missing, trying to use Pyside"
|
print >> sys.stderr, "PyQt seems to be missing, trying to use Pyside"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user