I am new to Python. I want to execute a python script inside which a shared library (*.so
file) is included. I try execution on CYGWIN 64 (a Unix-environment on windows). It does not work and found this error: "OSEError: Exec format error". I think that the problem is from the *.so
file. How can I execute my python script which uses the shared library (*.so
file) within CYGWIN?