On 11 August 2015 at 03:25, David Montgomery <[email protected]>
wrote:

> Hi,
>
> I cant get uWSGI to work with flask sad to say. Below is my error.
>
>
> Traceback (most recent call last):
>   File "/var/feed-uiserverside/wsgi.py", line 10, in <module>
>     from app import app
> ImportError: No module named app
>

This is a problem with your PYTHONPATH.

You can do

* print(sys.path) to see what is the current PYTHONPATH

* Run wsgi.py from command line Python and see if it correctly runs imports

* Some generic Python instructions to debug your Python deployment and
import issues: http://stackoverflow.com/a/29792831/315168

-Mikko
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to