[IronPython] CherryPy 3 on top of IronPython 1.0... kind of working

Sanghyeon Seo sanxiyn at gmail.com
Wed Sep 6 05:48:47 CEST 2006


2006/9/6, Sylvain Hellegouarch <sh at defuze.org>:
> e. Finally because the default IP socket implementation does not
> support makefile, I had to use Seo's socket.py module in lieu. To avoid
> collision and because I did not want to recompile IP, I modified the
> import from _cpwsgiserver.py as follow:
>
> import ipsocket as socket
>
> ipsocket is just the name of the file under which I saved Seo's module.

You can also put this code in your site.py, based on Mark Rees's post:
http://sparcs.kaist.ac.kr/~tinuviel/fepy/lib/site.py
http://hex-dump.blogspot.com/2006/07/overriding-ironpythons-built-in.html

Seo Sanghyeon



More information about the Ironpython-users mailing list