-
Notifications
You must be signed in to change notification settings - Fork 1
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
ImportError: No module named RDF #3
Comments
It's the python binding of the Redland Library. I would recommend installing the latest version as the version bundled with Ubuntu 10.04 is out of date. Btw. have you received my messages in #ckan? |
I must have missed your messages on #ckan. Can you resend them? |
I've done Generally a good process for installing an extension in a development environment could be something like:
and then do any config file changes, run paster commands to setup databases, etc. Can you add a |
Ah, no. rdflib is not the right library. That is a pure pythonic rdf library (a very good actually) but I use the REDLAND one with Python bindings. LODStats used it so I went for it as well as it is far more efficient. Wait a second. |
That is the homepage. you need the binary package and the bindings. |
pip-requirements and pip-install are the same? The only contain python packages, right? The problem with "sudo apt-get install any necessary non-python deps" as describe here https://github.com/srkunze/LODStats is that with Ubuntu 10.04 the REDLAND lib is not fully operational for the extension; some strange errors. So, I had to build them from source. Maybe, you are more lucky with 12.04. |
Btw., I appreciate every advice on reformulating the install instructions. |
Closing this issue as I think it can be covered as part of #4 |
What is this
RDF
module it's trying to import? Looks like it was missing from the instructions? (I tried to google it but can't seem to figure out which module it is that I need to install.)The text was updated successfully, but these errors were encountered: