Build analysis errors (like Undefined Variable, etc) are not produced when building a python source module that is a symbolic link from anywhere under the source directory.
is there any news on this?
This is becoming an issue big enough for me to try diving into eclipse.
In zope development you often and easily get 60 or 70 eggs.
With the buildout recipe omelette I can create a single folder that I can add as a single folder. All egg resources are linked in such a way that python would find all packages from this directory only.
But when I edit my code this way, the analysis functionality is broken. I am working more and more with vim because of that...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
is there any news on this?
This is becoming an issue big enough for me to try diving into eclipse.
In zope development you often and easily get 60 or 70 eggs.
With the buildout recipe omelette I can create a single folder that I can add as a single folder. All egg resources are linked in such a way that python would find all packages from this directory only.
But when I edit my code this way, the analysis functionality is broken. I am working more and more with vim because of that...