Cobra Forum

Linux => New to Ubuntu => Topic started by: mahesh on Sep 07, 2023, 03:04 AM

Title: from xxx import yyy
Post by: mahesh on Sep 07, 2023, 03:04 AM
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!