python - PyDev doesn't autocomplete for some modules (numpy, matplotlib at least) -
this similar, not question code-completion e.g. numpy, scipy or matplotlib not work in eclipse pydev
my problem isn't pydev can't resolve variables specific type, can't numpy module functions. example
import numpy np np.<ctrl+space>
gives me nothing. these modules in list of forced builtins.
autocomplete work many other modules (including qt/qwt, serial, struct) , programs run fine. however, every time use np.something eclipse thinks error(red line under it). "just work" else?
edit (additional info):
there errors in error log. however, java not having permissions run pylint , complaints invalid encoding. running eclipse 3.8.1 python 2.7 on ubuntu 13.04. historically, develop python in spyder, whatever missing has elipse nuances.
it should 'just work' you. can check if 'numpy' on 'forced builtins' list (in interpreter configuration -- should added automatically, it's possible it's not there. see: http://pydev.org/manual_101_interpreter.html details on it).
if , still have issue, please check if have error in error log -- see: http://pydev.org/faq.html#pydevfaq-howdoireportabug%3f details on getting it.
Comments
Post a Comment