We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, My platform is: Windows 10 pro 64 bit polish language When I try to use
list(psutil.win_service_iter()) psutil.win_service_get("alg")
I get exception:
Traceback (most recent call last): File "<input>", line 1, in <module> File "C:\Python34\lib\site-packages\psutil\_pswindows.py", line 342, in win_service_iter for name, display_name in cext.winservice_enumerate(): UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb3 in position 2: invalid start byte
The text was updated successfully, but these errors were encountered:
Closing as a duplicate of #866. I will release a new version soon.
Sorry, something went wrong.
No branches or pull requests
Hello,
My platform is:
Windows 10 pro 64 bit polish language
When I try to use
I get exception:
The text was updated successfully, but these errors were encountered: