Re: problem using py2exe

2005-08-01 Thread mrman
I ran into the same problem (although 2 years later :-P) I managed to fix it by copying the dll files and the snack.tcl file from the snacklib directory to my dist\tcl\tk8.4\ directory. Then editing the pkgIndex.tcl in the tk8.4 directory and adding the lines that are present in the pkgIndex.tcl

Problem using py2exe

2005-04-18 Thread Glauco Silva
Hi, I´m with problem to create a executable program in python. I´m using py2exe but i don´t know if it´s right. My setup.py: from distutils.core import setupimport py2exefrom glob import glob setup( # The first three parameters are not required, if at least a # 'version' is given, then