zhiyiYo / PyQt-Fluent-Widgets

A fluent design widgets library based on C++ Qt/PyQt/PySide. Make Qt Great Again.
https://qfluentwidgets.com
GNU General Public License v3.0
5.39k stars 520 forks source link

cannot import name 'FramelessDialog' from 'qframelesswindow' #73

Closed eggegg2001 closed 1 year ago

eggegg2001 commented 1 year ago

如题,很抱歉我是新手,所以不知道发生什么。 这个问题存在在任何一个demo运行的时候。 更为神奇的是,并没有所谓的FramelessDialog和qframelesswindow ![Uploading image.png…]()

eggegg2001 commented 1 year ago

image

zhiyiYo commented 1 year ago

请补充一下环境信息,包括 PyQt5-Frameless-Window 和 PyQt-Fluent-Widgtes 的包版本

eggegg2001 commented 1 year ago

环境为win10 python310 PyQt-Fluent-Widgets 0.5.6 PyQt5 5.15.7 PyQt5-Frameless-Window 0.1.1 PyQt5-Qt5 5.15.2 PyQt5-sip 12.11.0

zhiyiYo commented 1 year ago

PyQt5-Frameless-Window 的版本太低了,可以更换为官方源或者阿里源来重新下载一个

eggegg2001 commented 1 year ago

更新PyQt5-Frameless-Window 后问题得到解决,感谢作者,秒回太爱了