Hey,

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 regular Python installer does not do this, to my knowledge.

Anyway, just thought this info might be useful.

Krys.

Kevin Dangoor wrote:

>On 10/5/05, olleolleolle <[EMAIL PROTECTED]> wrote:
>  
>
>>Thanks, Tim,
>>
>>that helped me!
>>
>>I added that directory to my path, I guess that's how one is to go
>>about it, is it not?
>>    
>>
>
>Yes, adding the scripts directory to your path is a good idea.
>
>Also, in TurboGears 0.8 and if you have that directory on your path,
>you'll be able to run
>
>tg-admin quickstart
>
>without the "python" at the front, because setuptools creates .exe
>wrappers for the scripts now.
>
>Kevin
>
>--
>Kevin Dangoor
>Author of the Zesty News RSS newsreader
>
>email: [EMAIL PROTECTED]
>company: http://www.BlazingThings.com
>blog: http://www.BlueSkyOnMars.com
>
>  
>

Reply via email to