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

Support Python 3 #1

Open
dblalock opened this issue May 18, 2017 · 2 comments
Open

Support Python 3 #1

dblalock opened this issue May 18, 2017 · 2 comments
Assignees

Comments

@dblalock
Copy link
Owner

Because it's 2017 and I should really have support for this. Should be very little work since the Python footprint is pretty small. We might support this already, in fact.

@dblalock dblalock self-assigned this May 18, 2017
@marischu
Copy link

This is still a desired feature. Any progress on this?

@marischu
Copy link

At least for MADDNESS, it looks like the only package that is getting in the way of Python 3 compatibility is kmc2, which was generated with strictly Python 2 bindings.

There is a branch of the repo (that is sadly not merged) but I found that it allowed me to build the bindings for kmc2 for Python 3. The only meaningful changes it made were to setup.py.

https://github.com/obachem/kmc2

With a couple more cosmetic changes (changing the import structure) I was able to run amm.py in Python 3.

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

2 participants