gevent-socketio
gevent-socketio copied to clipboard
django example won't install
I am trying to get the example dor django running.
First issue: the path to the gevent-websocket in buildout.cfg is stale. I think it should be: https://bitbucket.org/noppo/gevent-websocket.
second issue: After replacing the stale link, I rerun ./bin/buildout and get:
Develop: '/home/seth/src/gevent-socketio/examples/django_chat/../..'
<path>/.virtualenvs/django-chat/lib/python2.7/site-packages/setuptools/dist.py:342: UserWarning: The version specified (':versiontools:versiontools') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details.
and, indeed, it fails to compile:
Exception: Failed to run command:
'<path>/.virtualenvs/django-chat/bin/python', '/tmp/tmpJs9_6t', '-q', 'develop', '-mN', '-d', '<path>/src/gevent-socketio/examples/django_chat/develop-eggs/tmpo_HaiUbuild'
thoughts? Do you need more information?