Modify Python Path

Peter Hansen peter at engcorp.com
Sun Dec 8 11:55:55 EST 2002


Kenneth Gomez wrote:
> 
> Thank you, thank you, thank you...
> 
> I knew there was an easier method than modifying the registry.

The suggestions to use .pth files doesn't mention a couple of details:

1. Under Windows, the file extension must be in *lower case* as the
comparison is case-sensitive.

2. See the python/lib/site.py file for this and other gory details.

-Peter



More information about the Python-list mailing list