I got this error today when I tried switching from SQLite to Sleepycat 
storage (just to see how it worked).

...
>   File "E:\Python24\Lib\site-packages\rdflib\Graph.py", line 254, in set
>     self.remove((subject, predicate, None))
>   File "E:\Python24\Lib\site-packages\rdflib\Graph.py", line 690, in remove
>     self.store.remove((s, p, o), context)
>   File "E:\Python24\Lib\site-packages\rdflib\store\Sleepycat.py", line 257, 
> in r
> emove
>     index, prefix, from_key, results_from_key = self.__lookup((subject, 
> predicat
> e, object), context)
>   File "E:\Python24\Lib\site-packages\rdflib\store\Sleepycat.py", line 460, 
> in _
> _lookup
>     subject = _to_string(subject)
>   File "E:\Python24\Lib\site-packages\rdflib\store\Sleepycat.py", line 429, 
> in _
> to_string
>     k = self._dumps(term)
> AttributeError: 'Sleepycat' object has no attribute '_dumps'

This is not the latest point release (still haven't gotten around to 
installing it on Windows at work), so this might be fixed.

Matt
_______________________________________________
Dev mailing list
[email protected]
http://rdflib.net/mailman/listinfo/dev

Reply via email to