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 th
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
give