>> What's going wrong when running it with 2.4? AfaIcs, all modules are
>> in 2.4, so it my not have to do anything with the Python version, but
>> with the underlying system. Any traceback? Perhaps replace the
>> subprocess part with just a print statement to see what's happening?
>
> There are no
> What's going wrong when running it with 2.4? AfaIcs, all modules are
> in 2.4, so it my not have to do anything with the Python version, but
> with the underlying system. Any traceback? Perhaps replace the
> subprocess part with just a print statement to see what's happening?
There are no trace
> I have the following, which I use within a CherryPy app. The
> subprocess bit is just to see if it runs or not. It works on my
> home PC (Python 2.5.1 on Ubuntu), but not on the live host which
> has Python 2.4.4 on Debian Etch.
>
>
> def daemon():
> while 1:
> myperio
Hello
I have the following, which I use within a CherryPy app. The subprocess bit is
just to see if it runs or not. It works on my home PC (Python 2.5.1 on
Ubuntu), but not on the live host which has Python 2.4.4 on Debian Etch.
def daemon():
while 1:
myperiodicfunction