BartlebyScrivener wrote: > Yup. Did that before. That's what I mean. The d:\\python is there and > it doesn't come from the PythonPath in my windows registry. what do you get if you do: > python -S ... >>> import sys >>> sys.path and then >>> import site >>> sys.path ? </F>