Quoting Michael Murdock <[EMAIL PROTECTED]>:
> On 4/13/05, Michael Murdock <[EMAIL PROTECTED]> wrote:
> > Is there a way to have a Python script executed whenever Python starts
> up?
>
> On 4/12/05, Mark Doukidis <[EMAIL PROTECTED]> wrote:
> >> Try placing your code inside "sitecustomize.py".
>
On 4/13/05, Michael Murdock <[EMAIL PROTECTED]> wrote:
> Is there a way to have a Python script executed whenever Python starts up?
On 4/12/05, Mark Doukidis <[EMAIL PROTECTED]> wrote:
>> Try placing your code inside "sitecustomize.py".
>> This is run every time python is started.
Thanks, Mark!
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
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