Re: bdist_wininst [was: Custom build of Python]

2012-06-22 Thread 周金宇
> > INFO: Can't locate Tcl/Tk libs and/or headers > install Tcl/Tk library -- http://mail.python.org/mailman/listinfo/python-list

Re: bdist_wininst [was: Custom build of Python]

2012-06-21 Thread Mark Hammond
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

bdist_wininst [was: Custom build of Python]

2012-06-21 Thread KACVINSKY Tom
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