Jump to content

skc

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by skc

  1. [Tue Aug 11 04:00:30.871555 2020] [wsgi:error] [pid 5200] [client 1.36.32.55:56733] mod_wsgi (pid=5200): Failed to exec Python script file '/home/denisewo/public_html/mysite/dispatch.wsgi'.
    [Tue Aug 11 04:00:30.871624 2020] [wsgi:error] [pid 5200] [client 1.36.32.55:56733] mod_wsgi (pid=5200): Exception occurred processing WSGI script '/home/denisewo/public_html/mysite/dispatch.wsgi'.
    [Tue Aug 11 04:00:30.872747 2020] [wsgi:error] [pid 5200] [client 1.36.32.55:56733] Traceback (most recent call last):
    [Tue Aug 11 04:00:30.872822 2020] [wsgi:error] [pid 5200] [client 1.36.32.55:56733]   File "/home/denisewo/public_html/mysite/dispatch.wsgi", line 10, in <module>
    [Tue Aug 11 04:00:30.872834 2020] [wsgi:error] [pid 5200] [client 1.36.32.55:56733]     application = get_wsgi_application()
    [Tue Aug 11 04:00:30.872847 2020] [wsgi:error] [pid 5200] [client 1.36.32.55:56733]   File "/usr/local/python3.7/lib/python3.7/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
    [Tue Aug 11 04:00:30.872856 2020] [wsgi:error] [pid 5200] [client 1.36.32.55:56733]     django.setup(set_prefix=False)
    [Tue Aug 11 04:00:30.872866 2020] [wsgi:error] [pid 5200] [client 1.36.32.55:56733]   File "/usr/local/python3.7/lib/python3.7/site-packages/django/__init__.py", line 24, in setup
    [Tue Aug 11 04:00:30.872874 2020] [wsgi:error] [pid 5200] [client 1.36.32.55:56733]     apps.populate(settings.INSTALLED_APPS)
    [Tue Aug 11 04:00:30.872885 2020] [wsgi:error] [pid 5200] [client 1.36.32.55:56733]   File "/usr/local/python3.7/lib/python3.7/site-packages/django/apps/registry.py", line 89, in populate
    [Tue Aug 11 04:00:30.872892 2020] [wsgi:error] [pid 5200] [client 1.36.32.55:56733]     app_config = AppConfig.create(entry)
    [Tue Aug 11 04:00:30.872902 2020] [wsgi:error] [pid 5200] [client 1.36.32.55:56733]   File "/usr/local/python3.7/lib/python3.7/site-packages/django/apps/config.py", line 90, in create
    [Tue Aug 11 04:00:30.872910 2020] [wsgi:error] [pid 5200] [client 1.36.32.55:56733]     module = import_module(entry)
    [Tue Aug 11 04:00:30.872920 2020] [wsgi:error] [pid 5200] [client 1.36.32.55:56733]   File "/usr/local/python3.7/lib/python3.7/importlib/__init__.py", line 127, in import_module
    [Tue Aug 11 04:00:30.872927 2020] [wsgi:error] [pid 5200] [client 1.36.32.55:56733]     return _bootstrap._gcd_import(name[level:], package, level)
    [Tue Aug 11 04:00:30.872938 2020] [wsgi:error] [pid 5200] [client 1.36.32.55:56733]   File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
    [Tue Aug 11 04:00:30.872949 2020] [wsgi:error] [pid 5200] [client 1.36.32.55:56733]   File "<frozen importlib._bootstrap>", line 983, in _find_and_load
    [Tue Aug 11 04:00:30.872961 2020] [wsgi:error] [pid 5200] [client 1.36.32.55:56733]   File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
    [Tue Aug 11 04:00:30.872989 2020] [wsgi:error] [pid 5200] [client 1.36.32.55:56733] ModuleNotFoundError: No module named 'postman'
    
    You can't just import any random module that you want without requesting it to be installed first. If you try to import a module that isn't installed you just get a very unhelpful 500 error. You can check which modules are already installed on Johnny's python 3.7 with this link https://krydos2.heliohost.org/cgi-bin/modules37.py I tried to install postman for you, but it is incompatible with our shared hosting. Probably because the last time it was updated was 9 years ago. If you really need this module you'll need to get a vps https://www.heliohost.org/vps/

     

    Hi Admin,

    Where we can find this logs after deploying the project. It will be really helpful.

×
×
  • Create New...