On Thu, Jul 29, 2010 at 2:38 PM, pabloest <pab...@gmail.com> wrote:

> Hi,
>
> I'm having some trouble simply getting started with Eclipse and Pydev
> for web2py development.
> I can't get into a debugging mode with web2py.py and the web server
> will not even start. When I right-click and select Debug As > Python
> Run, I get error messages that say:
> -unexpected error setting up the debugger: socket closed
>

Try a different port. I use Aptana (eclipse based) + PyDev. It seems that
eclipse is occupying the 8000 port, so web2py won't start. Just change the
defaualt web2py port to something like 8080. It should be fine.

HTH,
Miguel

Reply via email to