Run python error: can not import name 'InteractiveConsole'

ModuleNotFoundError: No Module named '_pydevd_bundle.pydevd_cython'

ImportError: CAN not Import name 'InteractiveConsole'

 

Cause: There is a folder called code, system code and conflict:

from code Import InteractiveConsole

Solution: Do not change the code folder just fine.
---------------------  
Disclaimer: This article is CSDN blogger "ShellCollector 'original article, follow the CC 4.0 by-sa copyright agreement, reproduced, please attach the original source link and this statement.
Original link: https: //blog.csdn.net/jacke121/article/details/85539369

Guess you like

Origin www.cnblogs.com/rainsoul/p/11314262.html