fafhrd91 / pyramid_sockjs

44 stars 13 forks source link

Invalid gevent URL and gevent version numbering has changed #22

Closed gergely-ujvari closed 11 years ago

gergely-ujvari commented 11 years ago

The url for the gevent in the installation manual is invalid. https://github.com/downloads/SiteSupport/gevent/gevent-1.0rc2.tar.gz gives back 404.

The file can be installed from here: https://gevent.googlecode.com/files/gevent-1.0rc2.tar.gz

and also pip by default tries to install gevent 0.13.x which is not compatible version format with 1.0rc2 (The offical page also supports 0.13.x version format. Check here: https://pypi.python.org/pypi/gevent#downloads )

tilgovi commented 11 years ago

This is probably the most accurate link now: https://github.com/surfly/gevent/archive/1.0rc2.tar.gz

fafhrd91 commented 11 years ago

readme has been updated. it is possible pyramid_sockjs works with 0.13 version but i've never tested.