Ahh yes the error log. Seems like it's an issue with my vsearch module not being imported correctly so i'm now reading https://help.pythonanywhere.com/pages/DebuggingImportError/ to see if I can figure out where I went wrong on my own. But here is the log entry into the error log anyways:
2017-02-27 15:33:51,304 :Error running WSGI application
2017-02-27 15:33:51,305 :ImportError: No module named 'vsearch'
2017-02-27 15:33:51,305 : File "/var/www/frenchy117_pythonanywhere_com_wsgi.py", line 16, in <module>
2017-02-27 15:33:51,305 : from vsearch4web import app as application
2017-02-27 15:33:51,305 :
2017-02-27 15:33:51,305 : File "/home/frenchy117/mysite/vsearch4web.py", line 2, in <module>
2017-02-27 15:33:51,306 : from vsearch import search_for_letters
2017-02-27 15:33:51,306 :***************************************************
2017-02-27 15:33:51,306 :If you're seeing an import error and don't know why,
2017-02-27 15:33:51,306 :we have a dedicated help page to help you debug:
2017-02-27 15:33:51,306 :https://help.pythonanywhere.com/pages/DebuggingImportError/
2017-02-27 15:33:51,306 :***************************************************
2017-02-27 15:33:51,338 :Error running WSGI application
2017-02-27 15:33:51,339 :ImportError: No module named 'vsearch'
2017-02-27 15:33:51,339 : File "/var/www/frenchy117_pythonanywhere_com_wsgi.py", line 16, in <module>
2017-02-27 15:33:51,339 : from vsearch4web import app as application
2017-02-27 15:33:51,339 :
2017-02-27 15:33:51,339 : File "/home/frenchy117/mysite/vsearch4web.py", line 2, in <module>
2017-02-27 15:33:51,339 : from vsearch import search_for_letters
2017-02-27 15:33:51,339 :***************************************************
2017-02-27 15:33:51,339 :If you're seeing an import error and don't know why,
2017-02-27 15:33:51,339 :we have a dedicated help page to help you debug:
2017-02-27 15:33:51,339 :https://help.pythonanywhere.com/pages/DebuggingImportError/
2017-02-27 15:33:51,339 :***************************************************
2017-02-27 15:33:51,506 :Error running WSGI application
2017-02-27 15:33:51,507 :ImportError: No module named 'vsearch'
2017-02-27 15:33:51,507 : File "/var/www/frenchy117_pythonanywhere_com_wsgi.py", line 16, in <module>
2017-02-27 15:33:51,507 : from vsearch4web import app as application
2017-02-27 15:33:51,507 :
2017-02-27 15:33:51,507 : File "/home/frenchy117/mysite/vsearch4web.py", line 2, in <module>
2017-02-27 15:33:51,507 : from vsearch import search_for_letters
2017-02-27 15:33:51,508 :***************************************************
2017-02-27 15:33:51,508 :If you're seeing an import error and don't know why,
2017-02-27 15:33:51,508 :we have a dedicated help page to help you debug:
2017-02-27 15:33:51,508 :https://help.pythonanywhere.com/pages/DebuggingImportError/
2017-02-27 15:33:51,508 :***************************************************