-
Notifications
You must be signed in to change notification settings - Fork 26
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
Python 3 branch #186
Comments
I see Travis is passing now. Nice! |
Everything but the broken |
@giumas how is the py3 branch coming? Are we still lacking anything? |
@giumas how is the py3 branch going? I would really like to see this :) |
Hello all, are there any updates on this issue? Now it's more pressing that one year ago :) |
If the branch is not maintained anymore, I'd like to know if you know some alternatives to this tool. |
Hi @giumas, thanks for the answer. I tried the py3 branch on arch but I still had some problems with it. Honestly I didn't put much effort in trying to make it work because I needed a quick solution |
Can't we just drop the plugins that do not run in Python3? If someone uses OpenDAP/ |
Just pushed a py3 branch. It has several changes to run HDF Compass in Python 3.6.
It uses the latest wx Phoenix snapshot: https://wxpython.org/Phoenix/snapshot-builds/
I have tested the branch only on Windows mainly for HDF and BAG files.
The OpenDAP plugin does not work since pydap introduced backward incompatibilities (#60).
On Windows, the frozen app works using the latest PyInstaller develop branch (that supports Python 3.6) with the following two tweaks:
The text was updated successfully, but these errors were encountered: