Closed ConyKitty closed 1 year ago
没遇到过这个问题诶,或许你可以建个虚拟环境试试看🤔
Python 3.9的环境运行没问题,3.6就不行😂
可能和 Python 是 32 位的有关系,试下把 qframelesswindow/windows/window_effect.py
的第 26 和 27 行改为
self.user32 = WinDLL("user32")
self.dwmapi = WinDLL("dwmapi")
可能和 Python 是 32 位的有关系,试下把
qframelesswindow/windows/window_effect.py
的第 26 和 27 行改为self.user32 = WinDLL("user32") self.dwmapi = WinDLL("dwmapi")
完美解决,谢谢!
When I try the domos in example folders, all of them are not aviliable for me, it occurs the same error as below: