2016年6月17日

[python] 关于错误 ImportError: cannot import name compile_command

摘要: 我的pydev某一天开始就无法debug 了,执行debug 就会报 ImportError: cannot import name compile_command 原因居然是:我自己写了一个code.py模块。 而compile_command 是来自标准的code模块,我的code肯定没有实现这 阅读全文

posted @ 2016-06-17 18:44 lisalala 阅读(4078) 评论(0) 推荐(1)

导航