cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Building Neo4J Application with Python: Failed to run test 01_connect_to_neo4j__test.py

diemme
Node Link

Hello,

I am on my first Challenge of Building of Neo4J Application with Python.

I've modified the api/neo4j.py file as requested but when I run the test I get the following error:

(neoflix) C:\Users\UTENTE\Neo4j\app-python>python tests/01_connect_to_neo4j__test.py
Traceback (most recent call last):
File "C:\Users\UTENTE\Neo4j\app-python\tests\01_connect_to_neo4j__test.py", line 2, in <module>
from api.neo4j import close_driver, get_driver
ModuleNotFoundError: No module named 'api'

 

1 REPLY 1

diemme
Node Link

Sorry, fixed by reinstalling all.