django-socketio
django-socketio copied to clipboard
python3 Compatibility issues
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
Is there a way to find a source for python3??
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.
not support python3.X ?