nicolewhite / neo4j-flask

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

python run.py #15

Closed Antwnina closed 7 years ago

Antwnina commented 7 years ago

(venv) antonina@antonina-HP-Pavilion-g6-Notebook-PC:~/neo4j-flask$ python run.py Traceback (most recent call last): File "run.py", line 1, in from blog import app File "/home/antonina/neo4j-flask/blog/init.py", line 1, in from .views import app File "/home/antonina/neo4j-flask/blog/views.py", line 1, in from .models import User, get_todays_recent_posts File "/home/antonina/neo4j-flask/blog/models.py", line 2, in from passlib.hash import bcrypt ImportError: No module named passlib.hash

Antwnina commented 7 years ago

so the whole point were the variables export NEO4J_USERNAME=username export NEO4J_PASSWORD=password