I created an exe file using PyInstaller. The Python script used this library: https://pypi.org/project/requests-negotiate-sspi/ for authentication. For some reason, after I changed the script from Python to exe, it lost authentication rights. Apparently it can't import the authentication library into the exe. Any idea how to get the library into the exe file? Thanks!
-- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/pyinstaller. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/a911f835-ba24-4239-9eac-612ae9f388db%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
