> I have setup the environ var and the .py file. When I open the Interactive > window, my startup.py file is ignored. What exactly is the "Interactive window"? If it is the "Python Interactive Shell", then your commands will be executed. If it is IDLE, you need to set IDLESTARTUP. Regards, Martin