User:Baba Yamamoto/Eventlet

From Second Life Wiki
Jump to navigation Jump to search

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.