I am writing a python code that works with a 32-bit DLL. This DLL is in the SysWOW64 folder as it is also stated in the data sheet of the microcontroller that I want to controll.
When I try to run the program I get:
OSError: [WinError 193] %1 is not a valid Win32 application.
How do I solve this problem?