KOKOU AFIDEGNON
KOKOU AFIDEGNON
@joefagan ah, sorry I didn't see it, let me accept.
Connection Accepted
@rhizome-ai I posted a question about traversing recursively a graph, can you please have a look? https://stackoverflow.com/q/70213240/5713751
I tried that approach and it didn't work. [here is my notebook](https://github.com/afidegnum/dom_serializer)
The same applies to this: ``` import age from age.gen.ageParser import * GRAPH_NAME = "text_test" DSN = "host=localhost port=5432 dbname=texttest user=afidegnum password=demo001" ag = age.connect(graph=GRAPH_NAME, dsn=DSN) def graph_one(): children =...
you can have a look at[ my notebook](https://github.com/afidegnum/dom_serializer)
Thanks a lot, let me try it again
is `age.gen.ageParser ` no more available on the new version?
the following errors were encoutered: ################### ``` import age # from age.gen.ageParser import * GRAPH_NAME = "text_test" DSN = "host=localhost port=5432 dbname=texttest user=demousr password=demo123" ``` #----------------------------------------------------------------------- ``` NoneType Traceback (most...