Ralf Schmitt <[email protected]> writes: > > It looks like the greenlet module doesn't work on ubuntu when compiled > from the pypi sources. Please uninstall it and instead install the > ubuntu python-greenlet package. Things should work then (at least they > did for me on a i386 ubuntu 11.10). >
In case anyone else is having problems with that: We are running a private pypi server that contains a patched greenlet module, which works fine under ubuntu (code is from https://bitbucket.org/snaury/greenlet ). It can be installed with: ,---- | easy_install -i http://pypi.pediapress.com/simple greenlet `---- -- Cheers Ralf -- You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mwlib?hl=en.
