Issue importing graph_tool into eclipse PyDev

When trying to import graph_tool into eclipse workbench, the library seems
to be so big (or have a circular redundancy) and never finish to index it.
I solved the problem by executing

exec("from graph_tool.all import *")

But with this i have no autocompletition and is really painful because all
the calls to the library appears as not found functions and looses all the
sense to use an IDE. Does anyone have this problem before (in eclipse or
any other IDE)?

Best,

Leandro Radusky

attachment.html (611 Bytes)