I need to load a .dll file via ctypes in my python extension →
[Error] [carb.scripting-python.plugin] OSError: [WinError 126] The specified module could not be found
2023-04-26 13:42:51 [Error] [carb.scripting-python.plugin] …\appdata\local\ov\pkg\code-2022.3.3\kit\python\lib\ctypes_init_.py(367): init
I checked, and it seems that ctypes is ok but this code does not work, I checked my code in another python environment and it was fine just not working in my omniverse extention.