Odd. I am using eclipse classic with pydev on ubuntu. Debug works fine for me. There is something wrong with the installation paths.
I'm thinking that now you have so many different versions of python on your mac that it is causing even more issues =/ -- Thadeus On Sat, Jul 31, 2010 at 2:42 PM, pabloest <[email protected]> wrote: > Hi Thadeus, > > Yes, I tried that also. Same result. > > Pablo > > On Jul 31, 11:48 am, Thadeus Burgess <[email protected]> wrote: >> Something wrong with your setup, probably due to the fact your on a >> Mac, they are not the friendliest for python development. >> >> Have you tried installing the official python .dmg from python.org? >> >> -- >> Thadeus >> >> >> >> On Sat, Jul 31, 2010 at 12:05 PM, pabloest <[email protected]> wrote: >> > Thanks, Rob. >> >> > That's what I figured. I tried downloading and reinstalling, forcing >> > the interpreter to be python 2.5 and 2.4, but no luck. >> > The netstat command didn't reveal anything, but thanks for the tip. >> >> > One final thing: does it matter which flavor of Eclipse is used? I >> > have tried the javascript and classic bundles. I assume at least the >> > classic should be ok. >> >> > Pablo >> >> > On Jul 30, 9:47 pm, Rob <[email protected]> wrote: >> >> I have no issues with eclipse/pydev - sounds like from your initial >> >> message that maybe your eclipse/pydev install is broken - maybe try to >> >> redownload? >> >> >> Do you have something else running on that port? >> >> >> netstat -atun | grep 51530 >> >> >> Good luck! >> >> >> On Jul 30, 9:18 pm, pabloest <[email protected]> wrote: >> >> >> > well, I guess I will go with Wing, as it seems something is wrong with >> >> > my method or setup... >> >> >> > pablo >> >> >> > On Jul 29, 2:08 pm, pabloest <[email protected]> wrote: >> >> >> > > Thanks, Christopher. >> >> >> > > At some point it may make sense for me to contribute my learnings to >> >> > > the wiki. However, for now I'm just trying to get off the ground so I >> >> > > can't provide much value. >> >> >> > > On Jul 29, 1:58 pm, Christopher Steel <[email protected]> wrote: >> >> >> > > > Hi Pabloest, >> >> >> > > > We have started a Wiki with Web2py Eclipse and Maven Stuff where we >> >> > > > publish working configurations. It may be helpful. If you want to >> >> > > > contribute any additional info let me know. >> >> >> > > >http://code.google.com/p/voa-web2py2eclipse/ >> >> >> > > > Cheer, >> >> >> > > > Christopher Steel >> >> >> > > > Voice of Access >> >> >> > > >http://code.google.com/p/voa-web2py2eclipse/ >> >> >> > > > On 29 juil, 13:26, pabloest <[email protected]> wrote: >> >> >> > > > > thanks. >> >> > > > > normally I do, but I'm not sure where to do so in Eclipse. >> >> > > > > Similarly >> >> > > > > with the port and address (127.0.0.1). I checked the debug config >> >> > > > > parameters and variables and tried a bit there, but it didn't lead >> >> > > > > anywhere. >> >> >> > > > > On Jul 29, 9:54 am, Bruno Rocha <[email protected]> wrote: >> >> >> > > > > > did you provide password parameter to run web2py.py? >> >> >> > > > > > 2010/7/29 pabloest <[email protected]> >> >> >> > > > > > > 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 >> >> > > > > > > -pydev debugger: starting >> >> > > > > > > Could not connect to localhost: 51530 >> >> > > > > > > Traceback (most recent call last): >> >> > > > > > > File "/Applications/eclipse/plugins/ >> >> > > > > > > org.python.pydev.debug_1.6.0.2010071813/pysrc/pydevd_comm.py", >> >> > > > > > > line >> >> > > > > > > 341, in StartClient >> >> > > > > > > s.connect((host, port)) >> >> > > > > > > File "<string>", line 1, in connect >> >> > > > > > > gaierror: (8, 'nodename nor servname provided, or not known') >> >> >> > > > > > > I haven't modified my db.py files from the default. >> >> > > > > > > It seems I am missing something quite basic as I haven't found >> >> > > > > > > anything on this message board or others to indicate this is >> >> > > > > > > a normal >> >> > > > > > > problem. >> >> >> > > > > > > I'm running Eclipse IDE for Javascript Developers (by the >> >> > > > > > > way, does it >> >> > > > > > > matter which Eclipse? I also tried with Eclipse Classic and >> >> > > > > > > got the >> >> > > > > > > same results). >> >> > > > > > > Eclipse v1.3.0.2 >> >> > > > > > > Eclipse Platform SDK v3.0.6 >> >> > > > > > > PyDev for Eclipse 1.6.0.2 >> >> > > > > > > PyDev Mylyn Integration 0.3.0 >> >> >> > > > > > > I'm on a Mac 10.5.8 and Python 2.6.5. >> >> > > > > > > Any hints? >> >> > > > > > > Thanks much. >> >> >> > > > > > -- >> >> >> > > > > >http://rochacbruno.com.br >

