I'm currently trying to download oledump to my Windows computer. I installed python as well as the oledump file and followed all the steps in the video below but once I execute the command: python oledump.py , this error appears.
like to the video: https://www.youtube.com/watch?v=52pFz8sYMFs
File "C:\Users\Lamia\oledump\oledump.py", line 335
exec open(plugin, 'r') in globals(), globals()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'exec'. Did you mean exec(...)?