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

Python3 support #5

Open
chrisdonahue opened this issue Jun 4, 2018 · 0 comments
Open

Python3 support #5

chrisdonahue opened this issue Jun 4, 2018 · 0 comments

Comments

@chrisdonahue
Copy link
Owner

chrisdonahue commented Jun 4, 2018

Need to update nesmdb package to support Python 3.5

Current obstacles:

  • Print statements do not use parentheses
  • Need to fix relative imports
  • Dependency on cPickle (fix by using six?)
  • Initial VGM processing depends heavily upon old binary string semantics. Python 3 reads binary files as byte arrays; Python 2.7 reads binary files as strings which I cast to a list to simplify reading/writing. There should be some easy way to force Python 3 to use the old semantics but I'm not sure how.

Contributions from someone with more Py3 experience would be welcome <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

1 participant