On 23/09/05, D.S. Hein <[EMAIL PROTECTED]> 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 -- http://mail.python.org/mailman/listinfo/python-list