Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Eclipse 4.2.1 和 pydev 插件(版本 2.7.1)进行 python 开发。pydev 似乎在预编译的 python 文件(*.pyc 文件)方面存在问题。我正在使用仅提供此类预编译文件的包。
导入模块时,pydev 显示“未解决的导入”错误。并且也没有为此类预编译模块提供工具提示。
但是代码可以毫无错误地执行。
有没有办法“教” pydev,如何处理 *.pyc 文件?
这似乎是一个错误。在http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4651083有类似的步骤: