neo4j-flask
neo4j-flask copied to clipboard
ImportError: No module named py2neo
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.
Then use virtualenv or install py2neo globally. Use Google to figure out how it's done.