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

Python 3 compatibility #29

Open
tgalery opened this issue Mar 27, 2015 · 1 comment
Open

Python 3 compatibility #29

tgalery opened this issue Mar 27, 2015 · 1 comment

Comments

@tgalery
Copy link

tgalery commented Mar 27, 2015

Hi there, this might be more of a question than anything. I saw that six is a requirement and so I assumed that the library would be python 3 compatible. I installed it for that environment and it worked all right, but when it try to run the model creation under python 3 I get a few import errors, like:

/usr/bin/python3: Error while finding spec for 'semanticizest.parse_wikidump' (<class 'ImportError'>: No module named 'HTMLParser')

This is due to the fact that HTMLParser is not part of the standard library. After installing it via pip, I got another import error:

/usr/bin/python3: Error while finding spec for 'semanticizest.parse_wikidump' (<class 'ImportError'>: No module named 'markupbase')

So I guess my question is: should I dig those out and try to fix them, or is python 3 compat something that is not a priority at the moment ?

@larsmans
Copy link
Contributor

larsmans commented Apr 7, 2015

Patches for Py3 support are certainly welcome, as long as you make sure the Travis script is updated to actually test them. We don't usually run Python 3 so support for it will go stale without Travis.

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