Skip to content

Instantly share code, notes, and snippets.

@cjannuzzi
Created March 11, 2023 23:01
Show Gist options
  • Save cjannuzzi/181bb7847514ff006e0feb67da30a334 to your computer and use it in GitHub Desktop.
Save cjannuzzi/181bb7847514ff006e0feb67da30a334 to your computer and use it in GitHub Desktop.
log de erro que tive ao tentar fazer deploy no pythonanywhere
2023-03-11 22:57:09,123: Error running WSGI application
2023-03-11 22:57:09,125: ModuleNotFoundError: No module named 'django'
2023-03-11 22:57:09,125: File "/var/www/caiojannuzzii_pythonanywhere_com_wsgi.py", line 14, in <module>
2023-03-11 22:57:09,126: from django.core.wsgi import get_wsgi_application
2023-03-11 22:57:09,126: ***************************************************
2023-03-11 22:57:09,126: If you're seeing an import error and don't know why,
2023-03-11 22:57:09,126: we have a dedicated help page to help you debug:
2023-03-11 22:57:09,126: https://help.pythonanywhere.com/pages/DebuggingImportError/
2023-03-11 22:57:09,126: ***************************************************
2023-03-11 22:57:10,106: Error running WSGI application
2023-03-11 22:57:10,106: ModuleNotFoundError: No module named 'django'
2023-03-11 22:57:10,106: File "/var/www/caiojannuzzii_pythonanywhere_com_wsgi.py", line 14, in <module>
2023-03-11 22:57:10,107: from django.core.wsgi import get_wsgi_application
2023-03-11 22:57:10,107: ***************************************************
2023-03-11 22:57:10,107: If you're seeing an import error and don't know why,
2023-03-11 22:57:10,107: we have a dedicated help page to help you debug:
2023-03-11 22:57:10,107: https://help.pythonanywhere.com/pages/DebuggingImportError/
2023-03-11 22:57:10,107: ***************************************************
2023-03-11 22:57:19,203: Error running WSGI application
2023-03-11 22:57:19,203: ModuleNotFoundError: No module named 'django'
2023-03-11 22:57:19,204: File "/var/www/caiojannuzzii_pythonanywhere_com_wsgi.py", line 14, in <module>
2023-03-11 22:57:19,204: from django.core.wsgi import get_wsgi_application
2023-03-11 22:57:19,204: ***************************************************
2023-03-11 22:57:19,204: If you're seeing an import error and don't know why,
2023-03-11 22:57:19,204: we have a dedicated help page to help you debug:
2023-03-11 22:57:19,204: https://help.pythonanywhere.com/pages/DebuggingImportError/
2023-03-11 22:57:19,205: ***************************************************
2023-03-11 22:57:20,937: Error running WSGI application
2023-03-11 22:57:20,938: ModuleNotFoundError: No module named 'django'
2023-03-11 22:57:20,938: File "/var/www/caiojannuzzii_pythonanywhere_com_wsgi.py", line 14, in <module>
2023-03-11 22:57:20,938: from django.core.wsgi import get_wsgi_application
2023-03-11 22:57:20,938: ***************************************************
2023-03-11 22:57:20,938: If you're seeing an import error and don't know why,
2023-03-11 22:57:20,938: we have a dedicated help page to help you debug:
2023-03-11 22:57:20,938: https://help.pythonanywhere.com/pages/DebuggingImportError/
2023-03-11 22:57:20,938: ***************************************************
2023-03-11 22:57:37,731: Error running WSGI application
2023-03-11 22:57:37,731: ModuleNotFoundError: No module named 'django'
2023-03-11 22:57:37,731: File "/var/www/caiojannuzzii_pythonanywhere_com_wsgi.py", line 14, in <module>
2023-03-11 22:57:37,732: from django.core.wsgi import get_wsgi_application
2023-03-11 22:57:37,732: ***************************************************
2023-03-11 22:57:37,732: If you're seeing an import error and don't know why,
2023-03-11 22:57:37,732: we have a dedicated help page to help you debug:
2023-03-11 22:57:37,732: https://help.pythonanywhere.com/pages/DebuggingImportError/
2023-03-11 22:57:37,732: ***************************************************
2023-03-11 22:57:45,756: Error running WSGI application
2023-03-11 22:57:45,757: ModuleNotFoundError: No module named 'django'
2023-03-11 22:57:45,757: File "/var/www/caiojannuzzii_pythonanywhere_com_wsgi.py", line 14, in <module>
2023-03-11 22:57:45,757: from django.core.wsgi import get_wsgi_application
2023-03-11 22:57:45,757: ***************************************************
2023-03-11 22:57:45,757: If you're seeing an import error and don't know why,
2023-03-11 22:57:45,757: we have a dedicated help page to help you debug:
2023-03-11 22:57:45,758: https://help.pythonanywhere.com/pages/DebuggingImportError/
2023-03-11 22:57:45,758: ***************************************************
2023-03-11 22:57:48,910: Error running WSGI application
2023-03-11 22:57:48,910: ModuleNotFoundError: No module named 'django'
2023-03-11 22:57:48,910: File "/var/www/caiojannuzzii_pythonanywhere_com_wsgi.py", line 14, in <module>
2023-03-11 22:57:48,910: from django.core.wsgi import get_wsgi_application
2023-03-11 22:57:48,911: ***************************************************
2023-03-11 22:57:48,911: If you're seeing an import error and don't know why,
2023-03-11 22:57:48,911: we have a dedicated help page to help you debug:
2023-03-11 22:57:48,911: https://help.pythonanywhere.com/pages/DebuggingImportError/
2023-03-11 22:57:48,911: ***************************************************
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment