django-socketio icon indicating copy to clipboard operation
django-socketio copied to clipboard

python3 Compatibility issues

Open Chunmi-Tommy3886 opened this issue 7 years ago • 3 comments

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

Chunmi-Tommy3886 avatar Aug 02 '17 05:08 Chunmi-Tommy3886

Is there a way to find a source for python3??

DimuthRuwantha avatar Sep 27 '17 19:09 DimuthRuwantha

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.

BHushanRathod avatar Dec 08 '17 06:12 BHushanRathod

not support python3.X ?

dushanchen avatar Mar 30 '20 06:03 dushanchen