Aptana Error-pydev: Port not bound (found port -1)?

Hadi picture Hadi · Jan 11, 2014 · Viewed 14.6k times · Source

I just updated my Aptana Studio3. When I open my python file it says that it can not find map, range and filter and some other methods. but when I run my code, it'll run without any problem. my code completion doesn't work any more. The error for code completion when I use CTRL+SPACE is

   Port not bound (found port -1). Is there an enabled firewall? 

I don't know where the problem is ?!! I searched but I couldn't find a proper solution. I'm using windows 7.

Answer

daigorocub picture daigorocub · Sep 22, 2014

It seems that this is solved on PyDev and the problem is you can't upgrade PyDev on Aptana 3.6.0. Version 3.6.1 takes out the integration with PyDev and lets you upgrade PyDev. So I installed Aptana 3.6.1 through Beta repository and then installed the latest PyDev.

Aptana Beta link to add to "Available Software Sites" on Aptana: http://preview.appcelerator.com/aptana/studio3/standalone/update/beta/

Upgrade to Aptana 3.6.1. This will uninstall PyDev.

PyDev link to add to "Available Software Sites" on Aptana: http://pydev.org/updates

Install PyDev.

And then, "Port not bound" will be solved.