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

[Twisted-Python] Mysql proxy in twisted ?

2008-12-19 Thread Marc Byrd
Hi, I was thinking of building a mysql proxy in twisted, wonder if there is already such a thing (not found on first coupla pages of google search), and if not, thoughts about building one. [BTW, I'm quite familiar with mysql-proxy - not thrilled w/ LUA scripting...] If anyone is interested in h

Re: [Twisted-Python] Re: Pyjamas + web2py + twisted vs Django + Pinax (Cary Hull)

2008-12-19 Thread Cary Hull
It would work for your 1, 3, and 4. There's a bit of documentation for both. Athena is not a gui toolkit, however. It provides a nice bidirectional rpc mechanism between Nevow server and browser js. Pyjamas desktop is just a wrapper to create a standalone packaging of app resources with webkit. I

[Twisted-Python] reactor.spawnProcess cause error fatal: The remote end hung up unexpectedly

2008-12-19 Thread Tzury Bar Yochay
Hi, I've posted about it yesterday and now after digging bit more, I am more precise about the source of the errors I am receiving. In short, I am willing to deploy on my server an SSH daemon which I can control what commands can be executed, and by who. I started with samples found on the web an