I have just installed suds and given a try for it in Aptana Studio. While, it seems not to resolve from suds.client import Client by underscoring it in red, the following code still works. So, I have decided to install Eclipse-Plugin for Pydev by running the same code. This time Eclipse Plugin can resolve Client as expectedly.
Why can't Aptana Studio resolve this class, unlike Eclipse Plugin? Is this kind of a bug, or have I screwed something while installing suds package?
