Re: [Stackless] Suggestion for a Solution ? Re: Blocking Problem with Stackless Python and Twisted

2006-06-27 Thread Patrick M. Nielsen
I had a similar problem, and Radix's threadless Twisted snippet proved to be a very viable solutionHave a look at: http://twistedmatrix.com/trac/browser/sandbox/radix/threadless.py?rev=17407 On 6/26/06, Andrew Francis [EMAIL PROTECTED] wrote: Hello Jas, Bob, et al: Twisted isn't designed for

Simple question regarding module initialization

2006-06-20 Thread Patrick M. Nielsen
Hi guys.Yes, this is very much a neophyte question, but I was pondering;modules = ['stackless', 'sys', 'slsocket as socket', 'random, time', 'traceback', 'string', 'util']for module in modules: print Loading %s... % module exec 'import %s' % moduleAlthough I like the outcome of writing it like

Re: Telnet linebreaks

2006-05-25 Thread Patrick M. Nielsen
*bump* :)On 5/24/06, Patrick M. Nielsen [EMAIL PROTECTED] wrote: Oh, and, apologies for the inpythonic nature of this issue.On 5/24/06, Patrick M. Nielsen [EMAIL PROTECTED] wrote:Hey guys.I have begun playing with the Simple MUD server example from the Stackless website ( http

Telnet linebreaks

2006-05-23 Thread Patrick M. Nielsen
Hey guys.I have begun playing with the Simple MUD server example from the Stackless website( http://www.stackless.com/Members/rmtew/code/mud.py ) and it's all good so far, however, I've come to notice something that I remember from backin the days (some old mud code), but I don't remember what I

Re: Telnet linebreaks

2006-05-23 Thread Patrick M. Nielsen
Oh, and, apologies for the inpythonic nature of this issue.On 5/24/06, Patrick M. Nielsen [EMAIL PROTECTED] wrote:Hey guys.I have begun playing with the Simple MUD server example from the Stackless website ( http://www.stackless.com/Members/rmtew/code/mud.py ) and it's all good so far, however