Robert Nowotny
Robert Nowotny
thats really great - a pleasure as always ;-)
Dear Giampaolo, I compiled with VS2017 and installed on Wine 32 Bit, Python Version 3.7.2 - it works fine !!! thanks a lot !
FYI, I can import psutil now, and use the non-IPV6 functions as before - but IPV6 still seem not to work on WINE32 (what is not a problem, at least...
BTW, WINE Debug says: ``` 012b:fixme:iphlpapi:GetExtendedTcpTable ulAf = 23 not supported ``` dunno if You really stick to that function, or if You are willing to work around ... yours...
Sorry, I checked twice and made a mistake ! ``` >>> import socket, psutil >>> psutil.version_info (5, 6, 1) >>> print(socket.has_ipv6) True >>> print(hasattr(socket, "AF_INET6")) True >>> s = socket.socket(socket.AF_INET6)...
sure, here it is - if You need more tests, just let me know ! If You really need to get IPV6 working on WINE, You might also use some...
yes - I am sure the will be issues ;-) I use wine 32 Bit - and the recent python windows installer does not work. So I installed python on...
hold on ... I recompile / reinstall and give it a try ...
unfortunately I can not pipe the results into a file ... it hangs at the last test : psutil.tests.test_process.TestProcess.test_num_ctx_switches ... ``` psutil.tests.test_posix.TestProcess.test_cmdline ... skipped 'POSIX only' psutil.tests.test_posix.TestProcess.test_create_time ... skipped 'POSIX...
BTW - I am using wine 4.3 development - there might be different test results with wine-stable (conservative) or wine-staging (bleeding edge)