[web2py:37608] how can I access the web2py environment from the system's interpreter?

2009-12-21 Thread DL
that I can't resize, and I'd like to examine the environment classes/variables with the regular interpreter if possible. Thanks, DL -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web.

[web2py:37657] Re: LOAD function anybody?

2009-12-22 Thread DL
how does the LOAD(plugin) function compare with using the {{include 'file.html'}}? Was this solely added to enable the ajax/ajax_trap in- page-update functionality? -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send ema

[web2py] Re: Newbie Question: Intellisense for Web2Py?

2010-02-02 Thread DL
Are you sure? I thought '__all__' was made for cases like this.. On Jan 21, 7:03 am, Thadeus Burgess wrote: > It is not, it will not pull in the imports of other files. > > You have to specifically declare all modules that are imported that > you want available in the file that you want code com