views:

17

answers:

1

I am using Netbeans 6.8 as my Python IDE. I can use PIL (1.1.7) in my Python programs, but the code completion features are not working. I just downloaded the Source Kit edition of PIL, but I am unsure if it contains documentation/code completion entries that Netbeans can use.

Does anyone know how to use the PIL documentation with Netbeans (if this is possible?)

Thank you for your help!

A: 

I did notice this issue concerning NB 6.7, autocompletion and PILs... so you may want to update that issue if the info from the previous SO entry doesn't lead to a solution.

vkraemer