In the following example the second line generates a "Undefined variable from import" error with pydev 2.1:
import numpy print numpy.arange(10)
The code runs fine as it should.
This seems to be working for me... Can you check if you have 'numpy' in your forced builtins (see: http://pydev.org/manual_101_interpreter.html )
Cheers,
Fabio
This seems to be working for me... Can you check if you have 'numpy' in your forced builtins (see: http://pydev.org/manual_101_interpreter.html )
Cheers,
Fabio