> Was that running the original sleepycat_example.py against RDFlib master? What version of Python did you run on? Originally, system Python (3.8.5) on RDFLib 5.0 release, rechecked with Python 3.5.8 on RDFLib master, still works okay.
So, still using RDFLib master, I pip-installed berkeleydb and tried a simple change: - import bsddb3 + from berkeleydb import db as bsddb3 Still works. > Triples in graph before add: 0 > Triples in graph after add: 2 > @prefix test: <http://rdflib.net/test/> . > > <http://rdflib.net/test/pic:1> test:name "Jane & Bob" . > > <http://rdflib.net/test/pic:2> test:name "Squirrel in Tree" . > > > Triples still in graph: 2 Cheers, Graham -- http://github.com/RDFLib --- You received this message because you are subscribed to the Google Groups "rdflib-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to rdflib-dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/rdflib-dev/758b46e9-483a-4f76-b866-a70d7abc27bdn%40googlegroups.com.