-
Notifications
You must be signed in to change notification settings - Fork 134
Closed
Description
ImportError: Error importing 'mslib.msidp.idp_uwsgi': ModuleNotFoundError: No module named 'Cookie'
I assume this should be from http.cookies import SimpleCookie or do we need a different cookie module?
`ImportError: Error importing 'mslib.msidp.idp_uwsgi': ModuleNotFoundError: No module named 'urlparse'
this should likly be from urllib.parse import parse_qs
ImportError: Error importing 'mslib.msidp.idp_uwsgi': ModuleNotFoundError: No module named 'idp_conf'
arg.path is wrong
@nilupulmanodya the file is an example of https://github.com/IdentityPython/pysaml2/blob/master/example/idp2/
For what would we need it?
Reactions are currently unavailable