[web2py] Re: Eclipse highlighting errors in my web2py app

2012-03-03 Thread Marcelo Zamperetti
test (1.99.6), you should > be able to do: > > if 0: >     from gluon import * > > That imports the entire API, including dummy request, response, session, > cache, and T objects. Does that remove the errors? > > Anthony > > > > > > > > On Saturd

[web2py] Eclipse highlighting errors in my web2py app

2012-03-03 Thread Marcelo Zamperetti
I'm trying to use Eclipse + Pydev to develop a web2py application. On my controller, Eclipse highlights as errors all the stuff that I'm using from web2py, like 'request', 'session', 'db', 'FORM', 'INPUT' and so on. I did a good deal of searching, but didn't find any real solution. What seems to be

[web2py] Re: About concurrent tasks

2012-02-28 Thread Marcelo Zamperetti
sonable time, > because external access always have chance to have problem, in your network > in other 5 to 20 networks. > > The case 2, I think, you can use the new web2py scheduler. > > In the case 2 and the scheduler seems to be a good idea to use threads, > even with Python an

[web2py] About concurrent tasks

2012-02-28 Thread Marcelo Zamperetti
I know a bit of programming but still new to python and web2py (and to web programming in general, actually), so sorry if I make a gaffe and for my poor english. I have the intention of developing a meta-search website. It queries a bunch of other sites for results, processes them and show to the