Zainab-Saad opened a new issue, #886: URL: https://github.com/apache/age/issues/886
While testing the samples for python driver in apache-age-note.ipynb here, ``` import age from age.gen.ageParser import * GRAPH_NAME = "test_graph" DSN = "host=172.17.0.2 port=5432 dbname=postgres user=postgres password=agens" ag = age.connect(graph=GRAPH_NAME, dsn=DSN) ``` The statement `from age.gen.agePareser import *` gives error 'ModuleNotFoundError: No module named 'age.gen.ageParser''. I have tested the sample cells without this statement and everything works fine. Is there a reason this statement is here or is it by mistake? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
