简体   繁体   English

如何在自动完成中加载Eclipse PyDev插件中的PyGTK文档?

[英]How to load PyGTK documentation in Eclipse PyDev Plugin in auto-completion?

In Eclipse PyDev plugin, all document of default library of python will be load, but document of pygtk doesn't load in Eclipse. 在Eclipse PyDev插件中,python的默认库的所有文件都将被加载,但pygtk的文件不会在Eclipse中加载。 Any way to load them to eclipse? 有什么方法可以将它们加载到eclipse中吗?

I don't know if it's your situation, but perhaps you should include pygtk at the forced builtins section of your interpreter properties. 我不知道这是不是你的情况,但也许你应该在你的解释器属性的强制内置部分包含pygtk。 Go to the manual and check for the forced builtins section. 转到手册并检查强制内置部分。

Look at this page too. 看看这个页面

确保您的PYTHONPATH包含pygtk。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM