. 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:
LtWorf 2011-10-27 18:27:07 +00:00
parent 40e3079e50
commit f6a6947218

View File

@ -85,6 +85,7 @@ if __name__ == "__main__":
pyqt=True
try:
import sip
from PyQt4 import QtGui
except:
print >> sys.stderr, "PyQt seems to be missing, trying to use Pyside"