RE: startup script

2001-10-29 Thread Mark Hammond
> adding "-run c:\wherever\foo.py" to the command-line should allow you to > > execute a script. > > When I add this to the shortcut property for PythonWin I get the message > > "Cannot load the file from c:\-run" Oops - make that "/run". Mark.

RE: startup script

2001-10-09 Thread Kent Tenney
adding "-run c:\wherever\foo.py" to the command-line should allow you to execute a script. When I add this to the shortcut property for PythonWin I get the message "Cannot load the file from c:\-run" ___ ActivePython mailing list [EMAIL PRO

RE: startup script

2001-10-09 Thread Mark Hammond
[Henry] > So I can't make PythonWin use a startup script? Is their a way to > permanently add paths to PythonWin, so I can access scripts in my project > directories? I use ActivePython on win 98 BTW. I think that it may be > done through editing the regestry, but I am not sur

RE: startup script

2001-10-09 Thread Henry
So I can't make PythonWin use a startup script? Is their a way to permanently add paths to PythonWin, so I can access scripts in my project directories? I use ActivePython on win 98 BTW. I think that it may be done through editing the regestry, but I am not sure how to go abo

RE: startup script

2001-10-08 Thread Patrick K. O'Brien
Unless you're talking about PythonWin, which does not appear to honor PYTHONSTARTUP. IDLE will if you start it with the -s command line option. The version of Boa in CVS now honors it with the -s option also. PyCrust runs the startup script automatically. --- Patrick K. O'Brien Orb

Re: startup script

2001-10-08 Thread Markus Daniel
Henry wrote: > How do I make the python interpreter run a script upon startup? Check the manual about environment variable "PYTHONSTARTUP". Markus ___ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/act

startup script

2001-10-08 Thread Henry
How do I make the python interpreter run a script upon startup? ___ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython