You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a container built from 3.11.3-windowsservercore-ltsc2022, then the container has a 64bit architecture. How can I use the library inside my Python code which runs in the container ?
Simply running ctypes.CDLL('Fwlib32.lib') I get the error not a valid Win32 application.
Any help ? Thank you in advance!
The text was updated successfully, but these errors were encountered:
I have a container built from
3.11.3-windowsservercore-ltsc2022
, then the container has a 64bit architecture. How can I use the library inside my Python code which runs in the container ?Simply running
ctypes.CDLL('Fwlib32.lib')
I get the errornot a valid Win32 application
.Any help ? Thank you in advance!
The text was updated successfully, but these errors were encountered: