Eclipse 中的 Jython 项目找不到 xml 模块,但可以在相同的项目中工作
我在 Eclipse 中有两个使用 Jython 的项目,其中包含 Java 和 Python 代码。我也在使用 PyDev。一个项目可以正常导入和使用 xml 模块,而另一个项目则给出错误 ImportError: No module named xml
。据我所知,所有项目属性的设置都是相同的。工作项目是从头开始创建的,另一个来自从 svn 存储库检出并放入新项目的代码。
有什么区别?
编辑 - 与os
相同,顺便说一句。它只是在某个地方缺少一些路径......
I have two projects in Eclipse with Java and Python code, using Jython. Also I'm using PyDev. One project can import and use the xml module just fine, and the other gives the error ImportError: No module named xml
. As far as I can tell, all the project properties are set identically. The working project was created from scratch and the other comes from code checked out of an svn repository and put into a new project.
What could be the difference?
edit- Same for os
, btw. It's just missing some path somewhere...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Eclipse 将项目数据存储在
等文件中,并通过 svn 签入/签出,可能会丢失其中一些文件,
请检查您的点文件
eclipse stores project data in files like
with checkin / checkout via svn it is possible to lost some of these files
check your dot-files