Hi, I'm running a recent PythonWin. I set my PYTHONSTARTUP environment variable (Win XP) to c:\python22\startup.py. In startup.py I have three lines import os import sys os.chdir("c:\pythonfoo") PythonWin does not execute this file on startup. Any suggestions will be appreciated.