Re: [Twisted-Python] Two thumbs up for inotify.py

2008-12-19 Thread Valentino Volonghi
On Dec 19, 2008, at 11:38 AM, David Ripton wrote: To try inotify.py, I Twistified my code (easy because it was already event-driven PyGTK), then changed all the inotify calls to use the sandbox module's API rather than mine. The only thing I disliked about the API was having to pass the call

[Twisted-Python] Two thumbs up for inotify.py

2008-12-19 Thread David Ripton
I just tried the latest inotify.py from dialtone's sandbox, and I like it. My application is a little PyGTK / Cairo recording data scope (closed source) that needs to read lots of little files and plot lots of data points in realtime. I have my own inotify/ctypes wrapper (at the time I wrote it