nickjj / build-a-saas-app-with-flask

Learn how to build a production ready web app with Flask and Docker.
https://buildasaasappwithflask.com
MIT License
954 stars 185 forks source link

Getting a ImportError when running with docker compose #37

Closed probably-correct closed 5 years ago

probably-correct commented 6 years ago

Getting a ImportError: No module named snakeeyes.blueprints.contact when trying to use it with docker. I have not changed any code. Just pulled the code and ran it as in the document.

Let me know if you have any idea how to solve this.

nickjj commented 6 years ago

Chances are something went wrong with the Docker volume. Are you using Docker Toolbox or Docker for Mac / Windows / Linux?

probably-correct commented 6 years ago

I am using docker toolbox on windows

nickjj commented 6 years ago

Did you place the source code somewhere within your User's directory? If not, give that a shot.

nickjj commented 5 years ago

Hey, it's been a week without any feedback. Feel free to re-open this or comment on whether or not the above worked.