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 whenev
Try placing your code inside "sitecustomize.py".
This is run every time python is started.
On 4/13/05, Michael Murdock <[EMAIL PROTECTED]> wrote:
> 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 loca