解决:ImportError: cannot import name xxx most likely due to a circular import

most likely due to a circular import

这个错误提示表明你的代码中存在循环导入(circular import)的问题。

大概率你的程序文件名和包名一样

你可能感兴趣的:(工欲善其事必先利其器,python,circular,import)