Re: [Tutor] thread not running

2007-12-10 Thread Evert Rol
>> 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

Re: [Tutor] thread not running

2007-12-10 Thread Ben Bartrum
> 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

Re: [Tutor] thread not running

2007-12-10 Thread Evert Rol
> 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

[Tutor] thread not running

2007-12-10 Thread Ben Bartrum
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