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