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

python3 Compatibility issues #113

Open
Chunmi-Tommy3886 opened this issue Aug 2, 2017 · 3 comments
Open

python3 Compatibility issues #113

Chunmi-Tommy3886 opened this issue Aug 2, 2017 · 3 comments

Comments

@Chunmi-Tommy3886
Copy link

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

@DimuthRuwantha
Copy link

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

@BHushanRathod
Copy link

BHushanRathod commented Dec 8, 2017

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.

@dushanchen
Copy link

not support python3.X ?

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

4 participants