Help installing Python 2.3 on Win2K

Tim Williams (gmail) tdwdotnet at gmail.com
Fri Sep 23 19:17:20 EDT 2005


On 23/09/05, D.S. Hein <d.s.hein at webstudios.net> wrote:

> I have tried various ways to set PYTHONPATH with the various directories
> where I have python programs (i.e. xxxxxx.py) but no matter how I set
> PYTHONPATH I keep getting a message that python can't open the python
> file. If I try to specify the full pathname by typing: python
> c:\Documents and Settings\-rest of path- I get an error message that
> python can't open c:\Documents.
>

add these directories to a text file called python.pth  in your
python23 directory in the format
d:\dir1\dir2

HTH :)



--

Tim Williams



More information about the Python-list mailing list