Aptana Studio cannot allow imports but works
I just installed suds and tried it in Aptana Studio . Although it from suds.client import Client
doesn't seem to be allowed by underlining it in red, the following code still works. So, I decided to install the Eclipse-Plugin for Pydev by running the same code. This time, the Eclipse plugin can resolve the client as expected. Why can't Aptana Studio resolve this class, unlike Eclipse Plugin? Is this a bug or did I screw something while installing the suds package?
+2
a source to share
