I am running python2.7 and there is this problem I am facing on my server when I run nosetests -v
to run unit tests against my python+flask application. This app is running on a VE (virtual environment) and I have installed the flask-material
design package from GitHub here: https://github.com/HellerCommaA/flask-materialize.
Each time I run nosetests -v
to test the application, I get this error:
ImportError: No module named flask_material
but I have imported the module as describe in the docs and I have tried google searching this error but did find a hit. I don't know what I am missing or what I am doing wrong, any help please?