Well, I just wrote the first of my test / learn scripts with TKinter, and they work well (well they do not really do something but this without any errors)
So Id thought you also have to learn to make biniarys and have installed py2exe for this job.
Well at 1st it looked like it worked all well (after I had find out that it isnt setup ( window = [".. .py"]) like it was said in the tut i had used but setup ( windows = [".. .py"])
but when I try to run the exe. I get the error message:
...
Can`t find a useable init.tcl in the ...
any Idea what I did wrong