-
Notifications
You must be signed in to change notification settings - Fork 68
Description
App 2146154 output: /opt/cpanel/ea-ruby24/root/usr/share/passenger/helper-scripts/wsgi-loader.py:26: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
App 2146154 output: import sys, os, re, imp, threading, signal, traceback, socket, select, struct, logging, errno
App 2146154 output: Traceback (most recent call last):
App 2146154 output: File "/opt/cpanel/ea-ruby24/root/usr/share/passenger/helper-scripts/wsgi-loader.py", line 369, in
App 2146154 output: app_module = load_app()
App 2146154 output: File "/opt/cpanel/ea-ruby24/root/usr/share/passenger/helper-scripts/wsgi-loader.py", line 76, in load_app
App 2146154 output: return imp.load_source('passenger_wsgi', startup_file)
App 2146154 output: File "/home/yutijjfa/virtualenv/public_html/app/webroot/pybot/3.8/lib64/python3.8/imp.py", line 171, in load_source
App 2146154 output: module = _load(spec)
App 2146154 output: File "", line 702, in _load
App 2146154 output: File "", line 671, in _load_unlocked
App 2146154 output: File "", line 783, in exec_module
App 2146154 output: File "", line 219, in _call_with_frames_removed
App 2146154 output: File "/home/yutijjfa/public_html/app/webroot/pybot/passenger_wsgi.py", line 9, in
App 2146154 output: application = wsgi.app
App 2146154 output: AttributeError: module 'wsgi' has no attribute 'app'