Hi, I am experiencing what sounds like the same issue. Did you manage to get a fix?
Traceback (most recent call last): File "polarisStructMetToCSV.py", line 4, in <module> ModuleNotFoundError: No module named 'requests_negotiate_sspi' [39312] Failed to execute script polarisStructMetToCSV Many thanks, Matt On Sunday, 30 June 2019 10:22:44 UTC+1, Chee Siang Ng wrote: > > 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 view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/1ee94b23-2fc5-452f-b642-8952c4ac5508%40googlegroups.com.
