Authentication on exe file

24 views
Skip to first unread message

Chee Siang Ng

unread,
Jun 30, 2019, 5:22:44 AM6/30/19
to PyInstaller
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!

Matthew McNally

unread,
Feb 11, 2020, 5:11:29 AM2/11/20
to PyInstaller
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 
Reply all
Reply to author
Forward
0 new messages