[Twisted-Python] Weekly Bug Summary

2013-05-18 Thread exarkun
Bug summary __ Summary for 2013-05-12 through 2013-05-19 Opened Closed Total Change Enhancements: 0 3 1022 -3 Defects: 2 2661 +0 Tasks: 1 0 8

Re: [Twisted-Python] Recommended daemon monitoring tools for ubuntu

2013-05-18 Thread Vincent Bernat
❦ 16 mai 2013 19:02 CEST, Jonathan Vanasco  : > i'm running a twisted daemon on ubuntu > > It seems to get shut down by the system periodically. Logs show that > the kernel (or something) kills it for taking up too much memory. I > definitely have coding issues in there that i'm working on to a

Re: [Twisted-Python] question : How to listen to USB-HID

2013-05-18 Thread Werner Thie
Hi Maybe you get some clues about twisted with USB/serial stuff from http://code.google.com/p/pywws/source/browse/trunk/pywws/WeatherStation.py?r=504 which is a twistification of the pywws weather station code. HTH, Werner On 5/18/13 10:50 AM, b...@indoakses-online.com wrote: > Dear All > C/Q

Re: [Twisted-Python] question : How to listen to USB-HID

2013-05-18 Thread bino
Dear All C/Q Tim Allen I really appreciate your response > There's no (easy) way to hook a Twisted program up to an arbitrary > USB-HID device; the best you could do would be to write a Twisted > program that communicates with stdin/stdout, then run that program in > a window and remember not to Al