Cheukfung / pyqt-fluent-widgets-template

配合qt designer使用,基于pyqt-fluent-widgets的模板
GNU General Public License v3.0
46 stars 14 forks source link

pip install pycryptdome 安装失败 #1

Closed Ephemeralwanning closed 1 year ago

Ephemeralwanning commented 1 year ago

是因为使用32位python原因吗?

Ephemeralwanning commented 1 year ago

尝试删掉加密函数,运行entry疯狂报错 pyqt-fluent-widgets:0.8.2 python:3.8.10 32bit

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 38, in _method
    return method.__get__(obj, cls)(*args, **kwargs)
           │      │       │    │     │       └ {}
           │      │       │    │     └ ('', <PyQt5.QtWidgets.QFrame object at 0x0458FD60>)
           │      │       │    └ <class 'components.my_fluent_widgets.PushButton'>
           │      │       └ <components.my_fluent_widgets.PushButton object at 0x045AB388>
           │      └ <slot wrapper '__get__' of 'function' objects>
           └ <function PushButton._ at 0x03E925C8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\components\widgets\button.py", line 29, in _
    self.__init__(parent=parent)
    │    │               └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>
    │    └ <function PushButton.__init__ at 0x0456C808>
    └ <components.my_fluent_widgets.PushButton object at 0x045AB388>

  File "e:\code\github\other\pyqt-fluent-widgets-template\components\my_fluent_widgets.py", line 14, in __init__
    super().__init__('', parent)
                         └ <PyQt5.QtWidgets.QFrame object at 0x0458FD60>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 40, in __get__
    _method.__isabstractmethod__ = self.__isabstractmethod__
    │                              │    └ <property object at 0x03D6FA28>
    │                              └ <qfluentwidgets.common.overload.singledispatchmethod object at 0x03D96928>
    └ <function singledispatchmethod.__get__.<locals>._method at 0x0BA891D8>

  File "D:\softwares\software\python\lib\site-packages\qfluentwidgets\common\overload.py", line 47, in __isabstractmethod__
    return getattr(self.func, '__isabstractmethod__', False)
                   │    └ <function PushButton.__init__ at 0x03D99580>
                   └ <qfluentwidgets.common.overload.singledispatchmethod object at 0x03D96928>

RecursionError: maximum recursion depth exceeded while calling a Python object
Cheukfung commented 1 year ago

安装pycryptodome有什么错误,是不是加密函数没删干净

Ephemeralwanning commented 1 year ago

安装pycryptodome有什么错误,是不是加密函数没删干净

Looking in indexes: http://mirrors.aliyun.com/pypi/simple/
ERROR: Could not find a version that satisfies the requirement pycryptdome (from versions: none)
ERROR: No matching distribution found for pycryptdome
Ephemeralwanning commented 1 year ago

安装pycryptodome有什么错误,是不是加密函数没删干净

因为我没细看你怎么写的 反正找到引用的都删除了

Ephemeralwanning commented 1 year ago

安装pycryptodome有什么错误,是不是加密函数没删干净

找到问题了 你给的requirements写的是pycryptdome 少了个o

但是我安装后运行还是会报上面的错误

Cheukfung commented 1 year ago

我写这个模板的时候是用fluent-widgets0.7.2的版本,你试试会不会出错

Ephemeralwanning commented 1 year ago

我写这个模板的时候是用fluent-widgets0.7.2的版本,你试试会不会出错

作者说之前加了重载函数 是因为这个原因嘛

Ephemeralwanning commented 1 year ago

我写这个模板的时候是用fluent-widgets0.7.2的版本,你试试会不会出错

更换0.7.2能正常运行了

Cheukfung commented 1 year ago

应该是的,我过几天再匹配一下新版本

Cheukfung commented 1 year ago

应该就是去掉包装后的组件就行,直接提升为qfluentwidget的

Ephemeralwanning commented 1 year ago

应该就是去掉包装后的组件就行,直接提升为qfluentwidget的

好的 辛苦一下