itk autocompletion eclipse

58 views
Skip to first unread message

J-P

unread,
May 3, 2012, 12:23:38 PM5/3/12
to devide-users
Hello all

I am making my first steps with itk and whereas in ipython the
autocompletion works fine in eclipse the autocompletion does not work
with itk. all the classes are there though and the code runs

Is there a workaround for this ?

Thanks

j-P



Charl Botha

unread,
May 4, 2012, 9:45:34 AM5/4/12
to devide...@googlegroups.com
Dear j-P,
I'm guessing this has to do with the lazy evaluation in ITK. I don't
know how Eclipse's (and PyDev's) autocompletion works, whether it's
introspection-based or syntax analysis based.

You *could* try deactivating lazy loading in your python code:
import itkConfig
itkConfig.LazyLoading = False
import itk

Good luck,
Charl
Reply all
Reply to author
Forward
0 new messages