intro-to-flask icon indicating copy to clipboard operation
intro-to-flask copied to clipboard

Not working on windows

Open prakharmohan0809-zz opened this issue 10 years ago • 1 comments

Having issues with running the project. On running the runserver on windows I am getting the error:

from routes import mail ImportError: No module named 'routes'

Why is this happening?

I have installed everything

prakharmohan0809-zz avatar Oct 17 '14 04:10 prakharmohan0809-zz

Edit the file __init__.py and change from routes import mail it to from .routes import mail

wavesailor avatar Feb 01 '19 03:02 wavesailor