On 10/5/05, Krys Wilken <[EMAIL PROTECTED]> wrote: > I know that ActivePython puts the python folder in the path, but not the > scripts folder. It also sets up an association for .py files. This > means that all you need to do is put the scripts folder on the path, and > you don't need to specify python or the .py extension (no exe needed).
The exe comes for free with setuptools :) FWIW, the download instructions for Windows do talk about getting the Python and Script dirs on your path. Kevin

