pyqt-frameless-window
pyqt-frameless-window copied to clipboard
error ModuleNotFoundError: No module named 'winreg'
i get error when install python3 -m pip install pyqt-frameless-window
ModuleNotFoundError: No module named 'winreg'
root@minto-Lenovo-V145-14AST:/home/minto/belajar/pysidepro/pyqt-frameless-window# python3 sample.py
Traceback (most recent call last):
File "/home/minto/belajar/pysidepro/pyqt-frameless-window/sample.py", line 8, in
You have to install legacy version(0.0.61) if your OS is not Windows.
python3 -m pip install pyqt-frameless-window==0.0.61
The current version(v0.0.82) only works in Windows, sorry to say.
winreg is the library for Windows, so it can't be installed.
Someday i will make this work in Linux, but not now.