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
Using plyer.uniqueid.id on Windows 10 raises the following exception:
C:\Python27\lib\site-packages\plyer-1.2.1-py2.7.egg\plyer\platforms\win\uniqueid.pyc in _get_uid(self) 14 hKey = regedit.OpenKey(regedit.HKEY_LOCAL_MACHINE, 15 r"SOFTWARE\Microsoft\Cryptography") ---> 16 value, _ = regedit.QueryValueEx(hKey, "MachineGuid") 17 return value 18
WindowsError: [Error 2] The system cannot find the file specified
The text was updated successfully, but these errors were encountered:
This should be fixed in fcb84fd.
pip install -U https://github.com/kivy/plyer/archive/master.zip
Sorry, something went wrong.
No branches or pull requests
Using plyer.uniqueid.id on Windows 10 raises the following exception:
C:\Python27\lib\site-packages\plyer-1.2.1-py2.7.egg\plyer\platforms\win\uniqueid.pyc in _get_uid(self)
14 hKey = regedit.OpenKey(regedit.HKEY_LOCAL_MACHINE,
15 r"SOFTWARE\Microsoft\Cryptography")
---> 16 value, _ = regedit.QueryValueEx(hKey, "MachineGuid")
17 return value
18
WindowsError: [Error 2] The system cannot find the file specified
The text was updated successfully, but these errors were encountered: