-
Notifications
You must be signed in to change notification settings - Fork 560
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
pypy import error #606
Labels
bug
Something isn't working
Milestone
Comments
how did you install ontospy and/or rdflib? which rdflib version? import rdflib
rdflib.__version__ |
Hi, my version of rdflib is:
I have installed these ontospy and rdflib using
|
gromgull
added a commit
that referenced
this issue
Jan 12, 2017
gromgull
added a commit
that referenced
this issue
Jan 12, 2017
gromgull
added a commit
that referenced
this issue
Jan 12, 2017
gromgull
added a commit
that referenced
this issue
Jan 12, 2017
gromgull
added a commit
that referenced
this issue
Jan 12, 2017
This was referenced Mar 16, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to use
ontospy
library frompypy
and get the following error when it gets to importingSPARQLStore
:My
pypy --version
gives the following output:Here (http://lxml.de/tutorial.html) I found the tutorial with nice example of how to import ElementTree in a portable manner:
I think imports should be rewritten to be more portable.
The text was updated successfully, but these errors were encountered: