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 sure how to go about

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 about it.

RE: startup script

2001-10-08 Thread Patrick K. O'Brien
tech (http://www.orbtech.com) "I am, therefore I think." -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Markus Daniel Sent: Monday, October 08, 2001 11:32 AM To: [EMAIL PROTECTED] Subject: Re: startup script Henry wrote: > How do I make the p

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