How to run python script linking to .so file within Cygwin?

时间:2015-06-15 15:14:52

标签: python linux shell cygwin

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?

0 个答案:

没有答案