-
Notifications
You must be signed in to change notification settings - Fork 137
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
pip3 installed version doesn't support python 3? #14
Comments
我也遇到同样的问题,求解决方法 @mqingyn |
This is web.py demo
2018-02-24 16:19 GMT+08:00 leeyi <[email protected]>:
… 我也遇到同样的问题,求解决方法 @mqingyn <https://github.com/mqingyn>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#14 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AHleHXFFClsvH1yMqa5GbtsTeS2OKHmJks5tX8X7gaJpZM4P5SC_>
.
|
我没有用过 web.py ,不熟悉,能够解释的详细些吗? (我是想要在Python3下面把 torngas 正常运行起来,能够访问MySQL) @smoothjump @mqingyn |
如果要在python3下面跑,不兼容的代码需要你自己改掉 |
tornado 现在都5.0了,据说Python3才是Python的未来,你不打算让torngas支持Python3吗? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I installed torgnas with pip3 (Python 3.6 + Tornado 4.3). The demo can't run because of Python 2.x syntax such as :
except Exception, e:
after using 2to3-3.6, still can't run, here is the tornado log :
_[E 171014 09:15:18 http1connection:54] Uncaught exception
The text was updated successfully, but these errors were encountered: