Hello,
I was running Django 1.5 inside a virtual environment with the same code for a little over a year. Today when I checked the site, I received a "Something Went Wrong" PythonAnywehere error page.
When I checked my error logs, it showed ImportError: No module named myname_pythonanywhere_com_wsgi as the error being thrown.
I'm able to run my wsgi file with the Python interpreter as suggested by the Help docs and I'm able to import my settings etc. within the shell.
In an effort to get the site back up, I ran 'lsvirtualenv'(I forgot the name since it has been so long) and it returned none! So it seems my virtualenv was deleted somehow. I created a new virtualenv and installed Django 1.5 in it and edited my wsgi file to represent the new env, yet I still get the same 500 error code.
Any thoughts on resolving this?