简体   繁体   中英

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. Any way to load them to 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. Go to the manual and check for the forced builtins section.

Look at this page too.

确保您的PYTHONPATH包含pygtk。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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