Thanks!

It worked straightforward, and it's easier than messing with the
enviromental variables or the registry.

BTW, I'm still wondering how did Autohotkey got included in sys.path
(there are no other .pht files on my PC)

Regards,
Sergio

On 9/3/07, olivier <[EMAIL PROTECTED]> wrote:
> Hi,
>
> > Any suggestions for adding my path to sys.path permanently?
>
> You can write a file in Lib/site-packages with a 'pth' extension (the
> name itself doesn't matter) containing the path you want to add.
>
> Example:
> MyCustomLib.pth:
> C:/docs/utils
>
> And be careful with path separator on win32. It should be "/" or "\\",
> never "\".
>
> Regards,
>
>  Olivier
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to