-
Notifications
You must be signed in to change notification settings - Fork 595
Open
Description
After installing oletools 0.60 via pip, the ftguess entry point does not seem to work:
c:\Demo>ftguess
Traceback (most recent call last):
File "C:\Program Files\Python39\Scripts\ftguess-script.py", line 33, in <module>
sys.exit(load_entry_point('oletools', 'console_scripts', 'ftguess')())
File "C:\Program Files\Python39\Scripts\ftguess-script.py", line 25, in importlib_load_entry_point
return next(matches).load()
StopIteration