You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A problem with python3
from . import views
File "/home/spider/anaconda3/lib/python3.6/site-packages/django_socketio-0.3.9-py2.7.egg/django_socketio/views.py", line 57
except Exception, exception:
so I know django_socket is not py3 project
The text was updated successfully, but these errors were encountered:
Try installing with setup.py file. I had same problem. Which was solve by installing through setup.py file, just a gevent dependency issue may occur which can be solved by 'pip install gevent'. Hope this helps you. I'm on ubuntu 14.04 platform. You can be get the source file in site-packages in windows.
A problem with python3
from . import views
File "/home/spider/anaconda3/lib/python3.6/site-packages/django_socketio-0.3.9-py2.7.egg/django_socketio/views.py", line 57
except Exception, exception:
so I know django_socket is not py3 project
The text was updated successfully, but these errors were encountered: