nicolewhite/neo4j-flask

python run.py

Closed this issue · 1 comments

(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

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