>
> INFO: Can't locate Tcl/Tk libs and/or headers
>
install Tcl/Tk library
--
http://mail.python.org/mailman/listinfo/python-list
On 22/06/2012 3:10 AM, KACVINSKY Tom wrote:
I found what I was looking for:
python setup.py bdist_wininst
bdist_wininst is for creating installers for Python packages which
install into an existing Python directory structure. It isn't used to
create a installer for Python itself (which
I found what I was looking for:
python setup.py bdist_wininst
But... I follow all of the instructions for building Python on Windows and then
follow the instructions for using bdist_wininst, and I get this:
C:\Users\tky\Python\Python-2.6.8>PCbuild\amd64\python.exe setup.py bdist_wininst
run