From time to time, when I try to add a new library using easy_install, my PyDev acts incredibly strange. In fact, I’m sure I used to consider this exact question, but I don’t know how I did it.
I have a PyDev project created in aptana studio and I reconfigured the python interpreter. As soon as I did this, I cleaned up the project, and the code analysis just started hanging on one file for a long time.
It ends in the end, but it marks almost all of the built-in types as errors, such as "dict" or "list", saying <w90 variable>.
I have a rather large code base, which I like to refactor often, so I need to be able to use the PyDev code analysis function, but it obviously does not work.
I think the solution has something to do with forced built-in functions, but I haven't found anything useful so far.
Any help?
source share