Re: [web2py] jqgrid-module import problem

2011-08-17 Thread Johann Spies
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

Re: [web2py] jqgrid-module import problem

2011-08-17 Thread Bruno Rocha
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

Re: [web2py] jqgrid-module import problem

2011-08-17 Thread Johann Spies
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

Re: [web2py] jqgrid-module import problem

2011-08-17 Thread Bruno Rocha
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

Re: [web2py] JqGrid module

2011-08-05 Thread Jim Karsten
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

Re: [web2py] JqGrid module

2011-08-04 Thread Johann Spies
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