Re: Setting an environment variable.

2012-01-03 Thread Nobody
On Tue, 03 Jan 2012 15:45:20 +1000, Ashton Fagg wrote: > I'm working with an embedded machine, which is using a Python script to > oversee the acquisition of some data. The supervisor script, which is > run by crontab every 5 minutes, relies on an environment variable to be > set. I've tried to

Setting an environment variable.

2012-01-02 Thread Ashton Fagg
Hi list. A bit new to Python so please forgive my potential ignorance. I'm working with an embedded machine, which is using a Python script to oversee the acquisition of some data. The supervisor script, which is run by crontab every 5 minutes, relies on an environment variable to be set. I'v