Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put on django-socketio readme: Not ready for production #59

Closed
zodman opened this issue Dec 1, 2013 · 1 comment
Closed

Put on django-socketio readme: Not ready for production #59

zodman opened this issue Dec 1, 2013 · 1 comment

Comments

@zodman
Copy link

zodman commented Dec 1, 2013

Right now django-socketio it not ready for go to production :

the dependencies are out-update of the new implementation of moderm webbrowser

the setup.py said:

[1] gevent-socketio==0.2.1 out-updated this call a require:

install_requires=("gevent-websocket",), 

This install the last version of gevent-websocket> 0.3.X but gevent-socketio==0.2.1 not work with gevent-websocket last version need gevent-websocket==0.2.3

So installing work more less even so have issues.

gevent-websocket with the new websocket improvements(as Jeffrey Gelens said) have a issue: [2] [3]

For get the django-socketio need this require:

gevent==0.13.8
gevent-socketio==0.2.1
gevent-websocket==0.2.3
django-socketio==0.3.8

then patch manually [2][3] and then it is working now.

Sorry dudes!!!
BUT:
I have 3 long nights of pain dealing with django-socketio trying to getting work.

Please put on the setup.py

install_requires=["gevent-socketio==0.2.1","gevent-websocket==0.2.3","gevent-socketio==0.2.1", "sphinx-me", "django>=1.4.8"],

The make the changes on [2] and [3] said and then the socketio works.

[1] https://github.com/abourget/gevent-socketio/blob/master/setup.py
[2] https://bitbucket.org/Jeffrey/gevent-websocket/issue/17/selfwebsocket_connection-not-defined-and
[3] https://bitbucket.org/Jeffrey/gevent-websocket/issue/11/keyerror-wsgiwebsocket

Keyword for finding bugs:

self.websocket_connection not defined
KeyError: 'wsgi.websocket

@stephenmcd
Copy link
Owner

This is described in the very first paragraph of the readme, which is what's shown on the homepage of the project.

Sorry you missed it - I don't think it could be clearer though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants