RE: [Twisted-Python] Adding Mime types using coil

I'll do my best to come up with some! Are there any "gotcha's" re: win32 I should be aware of? -----Original Message----- From: Andrew Bennetts [mailto:andrew-twisted@puzzling.org] Sent: Friday, July 12, 2002 11:40 AM To: twisted-python@twistedmatrix.com Subject: Re: [Twisted-Python] Adding Mime types using coil On Fri, Jul 12, 2002 at 11:19:31AM -0500, Lewin, Karl E wrote:
That was a bug in Twisted, not a stupid question. Please feel free to ask us about more of those :) -Andrew. _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

On Fri, Jul 12, 2002 at 12:41:54PM -0500, Lewin, Karl E wrote:
I'll do my best to come up with some!
Are there any "gotcha's" re: win32 I should be aware of?
Several :( Processes don't work unless you use the win32event reactor rather than the default reactor. The win32event reactor is a little bit slower, and not as thoroughly tested. There's currently an outstanding problem where anything that calls reactor.wakeUp, such as callFromThread, is likely to raise a "bad file descriptor error". Also, don't bother doing anything on Win95 or Win98. Some basic stuff will work, but not much. Win2k and XP should be ok. I'm not sure about WinMe. Otherwise, it's ok, at least for me. I'm using it quite successfully on WinXP/2k at work for a variety of tasks. -Andrew.

On Fri, Jul 12, 2002 at 12:41:54PM -0500, Lewin, Karl E wrote:
I'll do my best to come up with some!
Are there any "gotcha's" re: win32 I should be aware of?
Several :( Processes don't work unless you use the win32event reactor rather than the default reactor. The win32event reactor is a little bit slower, and not as thoroughly tested. There's currently an outstanding problem where anything that calls reactor.wakeUp, such as callFromThread, is likely to raise a "bad file descriptor error". Also, don't bother doing anything on Win95 or Win98. Some basic stuff will work, but not much. Win2k and XP should be ok. I'm not sure about WinMe. Otherwise, it's ok, at least for me. I'm using it quite successfully on WinXP/2k at work for a variety of tasks. -Andrew.
participants (2)
-
Andrew Bennetts
-
Lewin, Karl E