We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to run CharacTER.py I get the error:
... ed_wrapper = ctypes.CDLL(os.path.dirname(os.path.abspath(file)) + '/libED.so') File "D:\Port\WPy64-3830\python-3.8.3.amd64\Lib\ctypes_init_.py", line 373, in init self._handle = _dlopen(self._name, mode) OSError: [WinError 193] %1 is not a valid Win32 application
Could it be related to the fact that I use 64-bit Python and libED.so was compiled for 32-bit? If so, maybe you provide a 64-bit libED.so version
The text was updated successfully, but these errors were encountered:
I get the same error... has someone fixed this issue?
Sorry, something went wrong.
The libED.so file is compiled for Linux. You should recompile it if you want to use it on Windows.
libED.so
No branches or pull requests
Trying to run CharacTER.py I get the error:
...
ed_wrapper = ctypes.CDLL(os.path.dirname(os.path.abspath(file)) + '/libED.so')
File "D:\Port\WPy64-3830\python-3.8.3.amd64\Lib\ctypes_init_.py", line 373, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 193] %1 is not a valid Win32 application
Could it be related to the fact that I use 64-bit Python and libED.so was compiled for 32-bit? If so, maybe you provide a 64-bit libED.so version
The text was updated successfully, but these errors were encountered: