in IDLE shell 3.8.10 I can't import a certain component, while import of others component works.
With the instruction
from xxx import yyy
I got the error:
ImportError: cannot import name 'yyy' from ''xxx' (unknown location)
but same instruction in python3 shell works!