[Stackless] error using socketlibevent.
Lucas Meijer
lucas at mach8.nl
Sat Mar 22 16:02:17 CET 2008
Lucas Meijer wrote:
> import socketlibevent as socket
>
<hitting head against keyboard>
I've been looking at this for hours, but apparently it takes a post to
the mailinglist to immidiately realize what's wrong.
Replacing this import method with the one used in mud.py:
import stacklesssocket
sys.modules["socket"] = stacklesssocket
import socket
makes things work just fine. Can't remember what made me switch from
this initially.
Sorry for the noise,
Lucas
More information about the Stackless
mailing list