-
Notifications
You must be signed in to change notification settings - Fork 11
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 support? #5
Comments
It's supposed to be tested against python34. Do you have issues with it? See https://github.com/Trax-air/ddexreader/blob/master/tox.ini |
pip install git+https://github.com/Trax-air/ddexreader from ddexreader.ddexreader import open_ddex, ddex_to_dict xml_path = '/path/to/my/ddex_file.xml' File "/home/.../venv/lib/python3.5/site-packages/ddexreader/ddexreader.py", line 2, in ..................................... File "/home/.../venv/lib/python3.5/site-packages/ddexreader/ern312/init.py", line 1, in https://pypi.python.org/pypi/ddexreader |
If you make a pull request to support python 35, I'll be happy to merge it |
For version compatibility, you must use relative paths: from .import |
No description provided.
The text was updated successfully, but these errors were encountered: