Just to report back on what I found:
I tried Python 2.7.10 from python.org and PyQT4 from riverbank. Same
problem as before. A qt.conf file is created in the same folder as the .exe
created by PyInstaller. I'm now lost for ideas.
Here's my test script (again):
import sys
from PyQt4 import QtGui, QtCore
app = QtGui.QApplication(sys.argv)
win = QtGui.QPushButton("Hello World!")
win.show()
sys.exit(app.exec_())
Laurence.
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.