ImportError: No module named requests.auth
Publicado por Luzzy (1 intervención) el 07/01/2021 23:41:46
Hola.
Alguien sabe a que se debe el siguiente error?
Error occurred while reading WSGI handler:
Traceback (most recent call last):
File "C:\Users\AdmAtx\Desktop\BC\wfastcgi.py", line 791, in main
env, handler = read_wsgi_handler(response.physical_path)
File "C:\Users\AdmAtx\Desktop\BC\wfastcgi.py", line 633, in read_wsgi_handler
handler = get_wsgi_handler(os.getenv("WSGI_HANDLER"))
File "C:\Users\AdmAtx\Desktop\BC\wfastcgi.py", line 616, in get_wsgi_handler
raise ValueError('"%s" could not be imported%s' % (handler_name, last_tb))
ValueError: "myapp.app" could not be imported: Traceback (most recent call last):
File "C:\Users\AdmAtx\Desktop\BC\wfastcgi.py", line 600, in get_wsgi_handler
handler = __import__(module_name, fromlist=[name_list[0][0]])
File ".\myapp.py", line 23, in <module>
from requests.auth import HTTPBasicAuth
ImportError: No module named requests.auth
StdOut:
StdErr:
Alguien sabe a que se debe el siguiente error?
Error occurred while reading WSGI handler:
Traceback (most recent call last):
File "C:\Users\AdmAtx\Desktop\BC\wfastcgi.py", line 791, in main
env, handler = read_wsgi_handler(response.physical_path)
File "C:\Users\AdmAtx\Desktop\BC\wfastcgi.py", line 633, in read_wsgi_handler
handler = get_wsgi_handler(os.getenv("WSGI_HANDLER"))
File "C:\Users\AdmAtx\Desktop\BC\wfastcgi.py", line 616, in get_wsgi_handler
raise ValueError('"%s" could not be imported%s' % (handler_name, last_tb))
ValueError: "myapp.app" could not be imported: Traceback (most recent call last):
File "C:\Users\AdmAtx\Desktop\BC\wfastcgi.py", line 600, in get_wsgi_handler
handler = __import__(module_name, fromlist=[name_list[0][0]])
File ".\myapp.py", line 23, in <module>
from requests.auth import HTTPBasicAuth
ImportError: No module named requests.auth
StdOut:
StdErr:
Valora esta pregunta


0