Forums

getting Modulenotfound error

I have installed pynotifier through bash console but still i'm getting the error. Please help me out to solve that.

2020-08-02 11:53:03,254: Error running WSGI application
2020-08-02 11:53:03,254: ModuleNotFoundError: No module named 'pynotifier'
2020-08-02 11:53:03,255:   File "/var/www/closercreationz_pythonanywhere_com_wsgi.py", line 16, in <module>
2020-08-02 11:53:03,255:     from flask_app import app as application  # noqa
2020-08-02 11:53:03,255: 
2020-08-02 11:53:03,255:   File "/home/closercreationz/mysite/flask_app.py", line 6, in <module>
2020-08-02 11:53:03,255:     from pynotifier import Notification
2020-08-02 11:53:03,255: ***************************************************
2020-08-02 11:53:03,255: If you're seeing an import error and don't know why,
2020-08-02 11:53:03,255: we have a dedicated help page to help you debug: 
2020-08-02 11:53:03,256: https://help.pythonanywhere.com/pages/DebuggingImportError/
2020-08-02 11:53:03,256: ***************************************************
2020-08-02 11:53:03,969: Error running WSGI application
2020-08-02 11:53:03,970: ModuleNotFoundError: No module named 'pynotifier'
2020-08-02 11:53:03,970:   File "/var/www/closercreationz_pythonanywhere_com_wsgi.py", line 16, in <module>
2020-08-02 11:53:03,970:     from flask_app import app as application  # noqa
2020-08-02 11:53:03,970: 
2020-08-02 11:53:03,971:   File "/home/closercreationz/mysite/flask_app.py", line 6, in <module>
2020-08-02 11:53:03,971:     from pynotifier import Notification
2020-08-02 11:53:03,971: ***************************************************
2020-08-02 11:53:03,971: If you're seeing an import error and don't know why,
2020-08-02 11:53:03,971: we have a dedicated help page to help you debug: 
2020-08-02 11:53:03,971: https://help.pythonanywhere.com/pages/DebuggingImportError/
2020-08-02 11:53:03,971: ***************************************************

If you're seeing an import error and don't know why, we have a dedicated help page to help you debug: https://help.pythonanywhere.com/pages/DebuggingImportError/