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?

alt text

+2


a source to share


1 answer


I removed and auto-configured the python interpreter from Window-> Preferences-> PyDev and now it works.



I needed to delete such a simple question, but let's leave it here for a similar situation for others.

+3


a source







All Articles