News:

SMF - Just Installed!

Main Menu

from xxx import yyy

Started by mahesh, Sep 07, 2023, 03:04 AM

Previous topic - Next topic

mahesh

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!