Arnim Balzer
Arnim Balzer
Morning, I'm afraid my experience with compiling anything on Windows is basically non-existent :-( Does it work if you tell Windows where to find `TracyClientBindings.pyd`?
Since it's complaining about DLL loads, maybe something like this might help? https://learn.microsoft.com/en-us/windows/win32/dlls/dynamic-link-library-search-order
Does something like this `os.add_dll_directory("${path_to_working_dlls_directoy}")` work (see https://stackoverflow.com/questions/59330863/cant-import-dll-module-in-python)?
Would be nice to have that!