User:Baba Yamamoto/Eventlet
< User:Baba Yamamoto
Jump to navigation
Jump to search
Revision as of 03:38, 17 September 2007 by Baba Yamamoto (talk | contribs)
Been working on getting Eventlet working under windows for a little bit now. Both examples work.
Issues:
- Greenlet has C extensions which require vs 2003.
- Aquired VS 2003 and built greenlet. Created windist installer.
- util.py has dependency fcntl which is unix only.
- Commented this out and Eventlet works ok. Probably not a workable solution.
- httpc.py has a dependency on mx.DateTime
- Part of mxBase. Installers for all platforms available.