[web2py] Re: Getting Eclipse / Pydev running

2010-08-02 Thread pabloest
ot;right-click" on > the code editors left margin to set break points. PyDev will automatically > launch the debug perspective. > > BTW If you search you can find some info on getting code completion to work > (I have not yet bothered). > > HTH, > Miguel > > > >

[web2py] Re: Getting Eclipse / Pydev running

2010-08-01 Thread pabloest
b2py and > Eclipse are not trying to serve on the same ports. You might try > running Web2py on port 8080 from Eclipse... > > ;) > > Chris > > On Jul 29, 9:38 am, pabloest wrote: > > > > > Hi, > > > I'm having some trouble simply getting sta

[web2py] Re: Getting Eclipse / Pydev running

2010-07-31 Thread pabloest
ething 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 wrote: > > Hi Thadeus, > >

[web2py] Re: Getting Eclipse / Pydev running

2010-07-31 Thread pabloest
on .dmg from python.org? > > -- > Thadeus > > > > On Sat, Jul 31, 2010 at 12:05 PM, pabloest 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. > &g

[web2py] Re: Getting Eclipse / Pydev running

2010-07-31 Thread pabloest
o you have something else running on that port? > > netstat -atun | grep 51530 > > Good luck! > > On Jul 30, 9:18 pm, pabloest wrote: > > > > > well, I guess I will go with Wing, as it seems something is wrong with > > my method or setup... > > > pab

[web2py] Re: Getting Eclipse / Pydev running

2010-07-30 Thread pabloest
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 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 tryi

[web2py] Re: Getting Eclipse / Pydev running

2010-07-29 Thread pabloest
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 wrote: > Hi Pabloest, > > We have started a Wiki

[web2py] Re: Filling a form with AJAX / contextual JQuery dialog?

2010-07-29 Thread pabloest
Hi, I believe it should be ok to leave the and jQuery in the header. This will be cached by the browser and you may well find yourself using it elsewhere too as it is quite useful. Then for view-specific functions, there's no reason you can't place