I coded fake Python socket module for IronPython. Here it is (65 lines): http://sparcs.kaist.ac.kr/~tinuviel/devel/fepy/socket.py
It's incomplete, but it does run minimal example programs from Python Library Reference, so I decided to share it anyway. http://docs.python.org/lib/socket-example.html Try echo_server.py and echo_client.py from this directory: http://sparcs.kaist.ac.kr/~tinuviel/devel/fepy/example/ Any suggestions? Seo Sanghyeon _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
