Hi,
I'm trying to use the PYTHONSTARTUP environmental variable. I set it to be "c:\python25\pythonstartup.py" in My Computer --> Advanced etc., and it doesn't seem to work.
Opening IDLE doesn't run the script, although it recognized the variable:
>>> import os
>>> os.environ['PYTHONSTARTUP']
'c:\\python25\\pythonstartup.py'
>>>
I'm using XP and Python 2.5.2. I do not wish to upgrade to 3.0 yet.
Thanks