Open
Description
- WINE 32 Bit, 4.3 devel
- psutil version 5.6.0
- python 3.7.2 32 Bit
psutil can not be imported :
>>> from psutil import pid_exists
File "c:\python3\lib\site-packages\psutil\__init__.py", line 141, in <module>
from . import _pswindows as _psplatform
File "c:\python3\lib\site-packages\psutil\_pswindows.py", line 17, in <module>
from . import _psutil_windows as cext
OSError: [WinError 127] Prozedur nicht gefunden: 'RtlIpv6AddressToStringA'
can You somehow switch off IPV6 by parameter on loading ?
or any other solution ?