[PythonCE] How to execute a scipt on Python startup

Michael Murdock michaelmurdock at gmail.com
Tue Apr 12 22:16:06 CEST 2005


Hello,

I have a Python script that I import in every script that I write that
imports sys and then calls sys.path.append() to set up a few locations
where I keep everything on my Axim (some stuff on storage card, some
in My Documents, etc.).
 
Is there a way to have a Python script executed whenever Python starts up?

Thanks,

~Michael.


More information about the PythonCE mailing list