I really want to use Greenlets on my current project. Actually, I want async I/O without having to re-write everything above sockets. Oh, and coroutines for filters and sinks.
However, I can't get it to build/install on my Win-64 box. Easy_install gives the error "error: Setup script exited with error: None". Could anyone give me a pointer (or a win64 +py2.6 egg. That'd be lovely!)? I'd really love to use greenlets. There are so many handy abstractions that are simple and obvious when implemented using coroutines but twist up and destroy a codebase when implemented without a resumable stack concept. Thanks. Arlo
_______________________________________________ py-dev mailing list py-dev@codespeak.net http://codespeak.net/mailman/listinfo/py-dev