Difference between revisions of "User:Baba Yamamoto/Eventlet"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
Been working on getting [[Eventlet]] working under windows for a little bit now.  Both examples work.
Been working on getting Eventlet working under windows for a little bit now.  Both examples work.


Issues:
Issues:

Revision as of 04:38, 17 September 2007

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.