Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7055977
By: fabioz

Those errors are from the pydev extensions code-analysis (which uses the same
type-inference engine from the open source version, so, it'll give an error
on pickle.load if it's not available in the completions for pickle).

Please report that as a bug, specifying the python version you're using (you
can also try adding 'pickle' to your forced builtins... that should not be 
needed
in 2.6 and 3.0 -- which are the versions I tested here, but it could be that
some other version has 'special needs').

Cheers,

Fabio

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to