PDA

View Full Version : Error while running exe file


mizutani_jun
02-16-2011, 07:02 PM
Hi.
I want to ask about exe file.
I create gui program and publish it as exe file.
It got no problem until i finish all the publish process.
But i got this error message when i want to run it as exe file.
See the attached files below.
It said that tcl wasnt installed properly.
I`m using Tkinter installer that i download from vizard official web page.
Any idea how to solve this?
Really need help.
Thanks.

kevin
06-09-2011, 02:58 PM
Hi,

I have run into the very same problem and was fortunate enough to stumble across the solution. I found that .tcl files are not picked up by Vizard when you run the program before you publish it. This results in the 'tcl not installed properly' error that you're getting.

In order to fix this, after you run the program and you're presented with a list of files to be included in the exe, open up a separate file browser and go the bin/lib folder in your Vizard directory. Then drag the folders tcl8.4 and tk8.4 into the exe publisher window in Vizard. Publish from there and it should work.

Good luck!