-
Notifications
You must be signed in to change notification settings - Fork 314
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
Investigate changes necessary to move to Python 3 #88
Comments
I ran 2to3 on the current master. Issues related to But I can't be sure about the other problems, such as requirements without python 3 support (e.g. pyamf, libmproxy). You can find the patch generated by 2to3 here. Logs are given below:
|
FYI, I have an immediate need for this and, with the exception of mitmproxy (which I may just dike out) I am going to pound on it starting now until it's done. Expect some pull requests in the next couple days. PyAMF, unfortunately, appears to be dead upstream; it might make sense to maintain a fork under the CITP umbrella. |
mitmproxy support shouldn't be necessary anyway, the latest instrumentation is all done from the browser extension. |
Good to know, thanks.
|
Python 3 support added in #152. |
Yay! Thanks for picking up the ball, Steven. In a couple weeks I will
switch my project to use the trunk and let you know how it goes.
|
Python 2.7 is being slowly removed from the default installs of Ubuntu, we should investigate what changes are necessary to port to Python 3. I'm guessing some of our dependencies will be 2.7+ only.
The text was updated successfully, but these errors were encountered: