-
Notifications
You must be signed in to change notification settings - Fork 96
Added support for python3 #6
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
base: master
Are you sure you want to change the base?
Conversation
|
Just finished doing these very same sort of edits myself during setup. Came over to post them up for other Python3 users. Nice to see someone has done it already. Awesome work! 👍 |
|
@tuangeek @flygeneticist 👍 For now we are focusing on more time-sensitive projects such as improving our production system, please feel free to post any thoughts, we appreciate them very much. |
|
@YalaTest If the work is done and it passes, what's to stop the team from merging this? |
|
Thanks for the comment.
We are considering making a beta version of the toolbox that will support 2 and 3 while we are developing new features. |
|
Still quite new to Python and having got used to Py 3 found that Quantiacs only supports Py 2 any chance we could get the Beta version soon as I'd really like to explore the site and the available code, thanks |
|
I wonder how the proposed, manual, changes compare to simply running the "2to3" tool that ships with Python 3? At the very least, such a comparison should be made. |
|
Any updates on this? Currently looking into quantiacs and using python 3 would be a big plus. |
|
Is there any news on this subject |
Changes to print.
Added import for urllib in python3
Added import for Tkinter in python3
dataFile write uses attribute "wb" instead of "w"