2006/9/6, Sylvain Hellegouarch <[EMAIL PROTECTED]>: > 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 _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
