On 17 August 2011 13:28, Bruno Rocha wrote:
> No more need to use lical_import it is deprecated. Newest web2py has a
> custom importer which works much better.
>
Thanks
Johann
--
May grace and peace be yours in abundance through the full knowledge of God
and of Jesus our Lord! His divine po
No more need to use lical_import it is deprecated. Newest web2py has a
custom importer which works much better.
http://zerp.ly/rochacbruno
Em 17/08/2011 08:20, "Johann Spies" escreveu:
> On 17 August 2011 12:55, Bruno Rocha wrote:
>
>> try changing this:
>>
>> JqGrid = local_import('jqgrid', app
On 17 August 2011 12:55, Bruno Rocha wrote:
> try changing this:
>
> JqGrid = local_import('jqgrid', app='jqgrid', reload=True).JqGrid
>
>
> to this:
>
>
> from jqgrid import JqGrid
>
>
Thanks. That solved the problem but not the mystery (because my lack of
understanding).
When is it better to
try changing this:
JqGrid = local_import('jqgrid', app='jqgrid', reload=True).JqGrid
to this:
from jqgrid import JqGrid
On Wed, Aug 17, 2011 at 7:44 AM, Johann Spies wrote:
> Strange: I have the app working on my laptop. After packing it using the
> admin interface and installing it on
Johann, I updated the jqgrid application to include demos for using complex
queries and accessing data from a webservice. Demos are found in the
default.py controller. If you cloned the git repo, just run 'git pull' in
the repo directory and you should get the latest.
Cheers,
Jim
On 30 July 2011 20:34, Jim Karsten wrote:
> Ray Luo and I are developing a web2py jqgrid module that allows you to
> insert a jqgrid into a page with only a few lines of code.
>
...
>
>
> # In
> controller
>
>
> JqGrid = local_import('jqgrid', app='jqgrid',
> reload=True).JqGrid
> JqGrid.initial
6 matches
Mail list logo