[python-win32] PYTHONSTARTUP file

Jim Vickroy Jim.Vickroy@noaa.gov
Mon, 04 Nov 2002 09:03:10 -0700


Hello Lance,

I can offer no suggestions.

I am using Python 2.2.2 on an XP system and note the same behavior 
with Pythonwin and with IDLE.  The startup configuration file only 
seems to work with the interactive, command line interpreter.


----- Original Message -----
From: "Lance" <lbrannma@cablespeed.com>
Date: Sunday, November 3, 2002 12:50 pm
Subject: [python-win32] PYTHONSTARTUP file

> 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.
> 
> 
> 
> _______________________________________________
> Python-win32 mailing list
> Python-win32@python.org
> http://mail.python.org/mailman/listinfo/python-win32
>