[pybsddb] Python graph database and bsddb3
Amirouche BOUBEKKI
amirouche.boubekki at gmail.com
Thu Aug 6 15:58:57 CEST 2009
On Thu, Aug 6, 2009 at 1:07 PM, Jesus Cea<jcea at argo.es> wrote:
>
>> - I can't delete keys in the db with the delete method, could you help me to
>> debug this ? the code available @
>> http://bitbucket.org/abki/carbone/src/tip/carbone/base.py
>> The interresting method is /def delete_node(self, node_id):/ L319 at base.py
>
> What error are you seeing?.
I don't see any errors it hangs up forever. I tried from a python
interactive console the
same logic as in the delete_node method, it looks like I have to
commit the txn before
I request de db keys, if you could confirm that ?
More information about the pybsddb
mailing list