0

I tried to simplify my code with the tool Custom-Widgets, I want to custom a animated menu, after the installation of Custom-Widgets from https://github.com/KhamisiKibet/QT-PyQt-PySide-Custom-Widgets I try to prove it with the demo:

from Custom_Widgets.ProgressIndicator import test
test.main()

but It doesn't find the package of this. I had this output:

Traceback (most recent call last):
  File "c:\Users\user\Desktop\try\provePyQT.py", line 1, in <module>
    import Custom_Widgets
ModuleNotFoundError: No module named 'Custom_Widgets'

What can I do with this error?

musicamante
  • 41,230
  • 6
  • 33
  • 58
Wimmy
  • 3
  • 2
  • 1
    I've seen that module in the past, and browsed its code. I strongly suggest anybody to avoid it: it's poorly written and maintained, very inconsistent (it claims it supports PyQt, as most of its examples are, but it actually works only on PySide) and its code is a total mess, with some parts having more than 10 levels of nested `for` and `if`. – musicamante Nov 15 '22 at 01:15

0 Answers0