[python-win32] PYTHONSTARTUP file

Lance lbrannma@cablespeed.com
Sun, 3 Nov 2002 11:50:03 -0800


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.