Robin Dowling
Robin Dowling
Thanks for replying so quickly! I did try to setup the simple chat servers but got stuck while pip installing requirements: `gevent/gevent.core.c:9:22: fatal error: pyconfig.h: No such file or directory`...
Yes, gevent and greenlet are both installed: `(venv) vagrant@vagrant-ubuntu-trusty-64:~/web/src$ ./manage.py shell` `>>> import greenlet` `>>> import gevent` `>>>` I'm not 100% sure what you mean with platform, but my stack...
The stack information above is for my project, which is written in Python 3. However, when trying the [Simple Chat server](https://django-websocket-redis.readthedocs.io/en/latest/testing.html#a-simple-chat-server) I'm running in Python 2.7.6. Are you suggesting I...
Yes, this is usually a good method. I'll give it another shot. I had further issues with the Simple Chat server where Django wasn't installed even though pip reported it...
Sorry @Ftoroplast, I spent a week on this back when I posted here before abandoning the websockets solution. Ultimately I opted for an entirely different solution using clients polling on...
If you dig more into this I'd be happy to see what comes up @Ftoroplast :)