View Single Post
  #1  
Old 06-02-2011, 09:30 AM
kevin kevin is offline
Member
 
Join Date: Jun 2011
Posts: 18
Publishing and exe that uses Tkinter

I'm running into problems publishing an exe for a program which uses Tkinter. The pyc files and dlls which are part of the Tkinter package are included after I run the program while building, but after I actually publish and try the run the exe, I get the 'Vizard launching...' box and then the program quits.

I'm fairly certain it's something to do with Tkinter, as I made a test program which consists only of Tkinter code and a viz.go() call. The exe of this program has the same problem. I was also able to successfully publish an exe of a program which does not use Tkinter.

Has anyone had the same problem or tried publishing an exe with Tkinter included, and know what might be causing this issue?
Reply With Quote