Re: [Twisted-Python] TextEntry

2010-11-17 Thread exarkun
On 17 Nov, 09:56 pm, rsga...@inbox.com wrote: >Hi, >I have been using the following code to show the user a >TextEntryDialog, that would allow users to enter data in, and press >return. Since I've started using Twisted, this doesn't work on Mac OS >X. The dialog pops up okay, but you can't actua

[Twisted-Python] TextEntry

2010-11-17 Thread RSGames Support
Hi, I have been using the following code to show the user a TextEntryDialog, that would allow users to enter data in, and press return. Since I've started using Twisted, this doesn't work on Mac OS X. The dialog pops up okay, but you can't actually enter any data into the box. The cursor does no

Re: [Twisted-Python] signalfd

2010-11-17 Thread James Y Knight
On Nov 17, 2010, at 10:40 AM, Neal Becker wrote: > One more piece seems available: > > http://code.google.com/p/python-atfork/ Nope, that's not a "real" atfork: it only monkey-patches python's os.fork() function, so it doesn't catch any fork done by C code. So it's not good enough. (but of cou

Re: [Twisted-Python] signalfd

2010-11-17 Thread Neal Becker
One more piece seems available: http://code.google.com/p/python-atfork/ ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python