This is probably a really simple solution, but I've been trying for the past two days to convert my Python application into a single executable file using Pyinstaller 1.5 and 1.4, Py2exe, bbFreeze, etc.
I got the furthest with Pyinstaller.I kept getting the improper way to call MS Visual Studio pop-up when I was using Python version 2.6 and Pyinstaller 1.5. So, I ended up having to downgrade from Python 2.6 to 2.5 and iam using v1.4 of PyInstaller. Since then, I compiled everything fine, no errors. I can open the executable fine with a console and it closes right after. I can open the executable with no console and nothing comes up, but you can see the spinning wheel on the mouse for a second. When I run the project via the __init__.py file in Eclipse it will show my GUI application fine and stay open. I don't know what I'm doing wrong, but I have tried everything; including adding a path to Tkinter manually. Any insight would be appreciated. -- 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.
