Re: [pygtk] Threads sync

2008-11-22 Thread Frédéric
On samedi 22 novembre 2008, David Ripton wrote: > If threading.Event doesn't work on maemo, I worry about whether the > other basic locking primitives are broken too.  Try running > test_thread.py and test_threading.py from the Python source tree.  If > basic locks are broken then threads are comp

Re: [pygtk] Threads sync

2008-11-22 Thread David Ripton
On 2008.11.22 11:28:22 +0100, Frédéric wrote: > I have some troubles with threads in my Papywizard app. > > During the shooting process, I launch a thread which iterates over all > shooting positions, and control the hardware to move the panoramic head, > and trigger the camera. > > Right after

[pygtk] Threads sync

2008-11-22 Thread Frédéric
Hi, I have some troubles with threads in my Papywizard app. During the shooting process, I launch a thread which iterates over all shooting positions, and control the hardware to move the panoramic head, and trigger the camera. Right after this thread is launch, I periodically execute a functi