nicolewhite / neo4j-flask

Flaskr Extended with Neo4j and Py2neo.
http://nicolewhite.github.io/neo4j-flask/
312 stars 114 forks source link

ImportError: No module named py2neo #18

Open ritam006 opened 6 years ago

ritam006 commented 6 years ago

Hi, I am new to pycharm. I am using py2neo. When I am using termial(inside pycharm), the code is working fine. But when I use run(Alt+shift+f10), it is giving me import error.

I am not using virtualenv.

Thanks.

jopek commented 6 years ago

Then use virtualenv or install py2neo globally. Use Google to figure out how it's done.