[Tutor] PYTHONSTARTUP in PythonWin

Lance lbrannma@cablespeed.com
Sun Nov 3 00:10:02 2002


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.

Thanks,
Lance