https://bugs.winehq.org/show_bug.cgi?id=44960
--- Comment #5 from Hans Leidekker hans@meelstraat.net --- (In reply to Harry Small from comment #4)
Find a compiled version here
Thanks. That still needs a Python interpreter, which I had hoped to avoid. But I managed to set up Python 3.6.5 and ran 'wine python.exe test.py' from the python installation directory:
0009:trace:wbemprox:wbem_services_ExecQuery 0x138090, L"WQL", L"Select * from win32_process where ParentProcessId=45", 0x00000010, (nil), 0x41f73c 0009:trace:wbemprox:grab_table returning 0x7d4f65b0 0009:trace:wbemprox:parse_query wql_parse returned 0 0009:trace:wbemprox:fill_process created 1 rows
So it succeeds here. What command did you use to run the test?