Hello Martin, After I posted to the group, I found that it has to do with Tkinter exclusively. When I switched to using PyGTK for my GUI it would compile with no problems and worked for the single .exe. I managed to figure this out by screenshoting the console window quickly before it closed and it wasn't loading the MS Visual Studio files correctly.
It was giving me a weird import hook error (attached the screen shot) and after Googling a ton more, tracked it down to someone else mentioning that it wasn't importing an archive correctly. Since pyinstaller worked fine on python scripts before adding in a GUI, Tkinter was my culprit. I don't know why it wasn't loading in the required files, and am really just too tired to work on it anymore. I spent nearly 4 days solid the week I posted this question trying to get it too work. Thanks for finally approving my question though, you have a solid product and I'm glad it's around. I just wish it worked better at packaging Tkinter and gave a more helpful error notice. Matthew On Sun, Mar 27, 2011 at 12:49 PM, Martin Zibricky <[email protected]>wrote: > Matthew Watts píše v Čt 17. 03. 2011 v 19:06 -0700: > > Any insight would be appreciated. > > Hi, could you please reduce your app to a minimal code example which is > failing and which you could post here? > > -- > 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. > > -- 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.
<<attachment: pyinstaller-tkinter-error.jpg>>
