I am getting the following error in the Python bindings with Redland 1.0.12.
Both checked out from git.

In [4]: import RDF
> ---------------------------------------------------------------------------
> ImportError                               Traceback (most recent call last)
>
> /home/prima/Downloads/Software/DevTools/<ipython console> in <module>()
>
> /usr/local/lib/python2.6/dist-packages/RDF.py in <module>()
>     127     'NODE_TYPE_BLANK'     : 4}
>     128
> --> 129 import Redland
>     130
>     131
>
> ImportError: /usr/local/lib/python2.6/dist-packages/Redland.so: undefined
> symbol: librdf_hash_to_string
>

How can I fix this?
_______________________________________________
redland-dev mailing list
[email protected]
http://lists.librdf.org/mailman/listinfo/redland-dev

Reply via email to