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

From Second Life Wiki
Jump to navigation Jump to search
Line 2: Line 2:


Issues:
Issues:
* <strike>Can't build Greenlet</strike>
* Greenlet has C extensions which require vs 2003.
** Aquired VS 2003 and built greenlet. Created windist installer.
** Aquired VS 2003 and built greenlet. Created windist installer.
* util.py has dependency fcntl which is unix only.
* 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 [http://www.egenix.com/products/python/mxBase/ mxBase]. Installers for all platforms available.

Revision as of 04:29, 17 September 2007

Been working on getting Eventlet working under windows for a little bit now.

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.