Alexander Nestorov píše v So 21. 05. 2011 v 19:55 +0200: > From the output I see that you tested the test.py file from the root > folder of papyon. > > And it worked fine. > > I already told you that I did that too, and it worked for me too. But > it doesn't work when I add those 3 lines to the script: > > PyQt4 import * > from PyQt4.QtGui import * from PyQt4.QtCore import *
I tested test.py with those PyQt4 lines and it worked. I just renamed the test.py to papyon_test.py > Also, could you pastebin the script that you used to test it, please? I did no special tweaking. Just python Configure.py python Makespec.py papyon_test.py python Build.py papyon_test/papyon_test.spec That's it. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
