[web2py] Plugin_jqgrid problem

2010-05-28 Thread leo
Hi,everyone, i'm a newbie for web2py,I'm in trouble when I use the plugin_jqgrid. this is my code: my dbmodel: db.define_table("data", SQLField("name", notnull=True, default=None), SQLField("date",notnull=True), SQLField("number", notnull=True, default=None), SQLField("l

[web2py] Re: Plugin_jqgrid problem

2010-05-29 Thread leo
thank you ,Golden Tiger yes, I'm sure I insert the records. and the first grid can display, 1.all data {{ =grid}} but the second can not! 2.all data {{ =grid}} On May 29, 7:32 am, GoldenTiger wrote: > did you insert any record? > > On 28 mayo, 15:28, leo wrote: > &g

[web2py] cron ignores PYTHONPATH

2010-11-03 Thread Leo
mmand: @reboot username **default/function I get an ImportError: ImportError: No module named mymodule. Is this by design? Is there a workaround? Thanks, Leo.

[web2py:27412] Re: invalid table name: auth_user

2009-07-25 Thread leo
Massimo ,thanks for your help, It's all fine!!! On Jul 25, 10:24 pm, mdipierro wrote: > A minor problem: > > auth.define_tables() # creates all needed tables > > should go after > > auth_table= db.define_table(auth.settings.table_user_name, ) > > Massimo > > On Jul 25, 9:04 am,

[web2py:35222] Strange file upload behaviour with https

2009-11-12 Thread leo
n the past? Best wishes, Leo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email

[web2py:35257] Re: Strange file upload behaviour with https

2009-11-13 Thread leo
Understood. Grazie mille, Massimo. And thanks for the excellent framework. I have been working with it only for a few days now, and it promises to be a huge time-saver. Leo On Nov 13, 1:46 am, mdipierro wrote: > This is a limitation of the wsgiserver that comes with web2py. I

[web2py] embedded server gives broken chunks?

2010-12-13 Thread Leo
tplib is doing the right thing, but many servers out there, including the one on which bing runs, seem to be missing a 0 for the last chunk. Is the server used in the guts of web2py doing the wrong thing and returning a chunk missing the 0 size? Thanks, Leo.

[web2py] Re: The stability of web2py releases

2010-12-29 Thread Leo
"Support" tab would be a great first enhancement (I added it to the voices app). Cheers, Leo. On Dec 30, 5:55 am, appydev wrote: > I totally agree with Jonathan Lundell, > > I think the changes he proposes, would provide stability web2py, and I'm > sure will appeal to u

[web2py] Re: Plugin_jqgrid problem

2010-05-28 Thread zeng leo
> Hi,everyone, i'm a newbie for web2py,I'm in trouble when I use the > plugin_jqgrid. this is my code: > > my dbmodel: > > db.define_table("data", > SQLField("name", notnull=True, default=None), > SQLField("date",notnull=True), > SQLField("number", notnull=True, default=None), >

[web2py] Web2py on google app engine (show INVALID REQUEST)

2010-09-06 Thread leo (kirotawa)
Hi, I was testing web2py on google app engine, follow the first steps in this site [1], but I did not sucess. My web2py, same in localhost show the message: Invalid Request when I try the link admin and that other: web2py/applications/welcome/controllers/default.py. Somebody have any ideia how

Re: [web2py] Re: Web2py on google app engine (show INVALID REQUEST)

2010-09-06 Thread leo kirotawa
//web2py.com/book/default/chapter/11#Google-App-Engine > > there are other good tutorials online. > > admin - by default - is not deployed on GAE because it does not work > (since GAE does allow writing on filesystem) > and therefore "invalid request" is to be expected. &g

Re: [web2py] Re: Web2py on google app engine (show INVALID REQUEST)

2010-09-06 Thread leo kirotawa
Ok, thanks so much Massimo. On Mon, Sep 6, 2010 at 12:24 PM, mdipierro wrote: > By default admin/examples and welcome are not deployed on gae to save > space. You can change this by editing app.yaml > > On Sep 6, 9:49 am, leo kirotawa wrote: > > Thanks Massimo, > > B

[web2py] crossdomain.xml file on GAE

2010-09-15 Thread leo (kirotawa)
Hi there, I'm doing a application in GAE with web2py and need put the crossdomain.xml file in top of application. I searcherd in net and found the old threadh talk about this, so I did a modification in routes.py file to this > ('.*:/crossdomain.xml', '/init/static/ crossdomain.xml'),, but when

[web2py] Re: crossdomain.xml file on GAE

2010-09-15 Thread leo (kirotawa)
Ops, I did! I just modified my yaml file adding this url: /crossdomain.xml static_files: applications/init/static/crossdomain.xml upload: applications/init/static/crossdomain.xml Now it work fine []'s On 15 set, 14:03, "leo (kirotawa)" wrote: > Hi there, > > I&

[web2py] SyntaxError: Set: no tables selected - Web2py on GAE , DATABASE ERROR

2010-09-18 Thread leo (kirotawa)
Hi, I'm try deploy my web2py application in GAE, but it return this exception : raceback (most recent call last): File "/home/kirotawa/Documentos/Programacao/Web/Gappengine/web2py/ gluon/restricted.py", line 188, in restricted exec ccode in environment File "/home/kirotawa/Documentos/Pro

[web2py] Re: SyntaxError: Set: no tables selected - Web2py on GAE , DATABASE ERROR

2010-09-18 Thread leo (kirotawa)
are not created until you > insert a record in them. > > On Sep 18, 10:55 am, "leo (kirotawa)" wrote: > > > > > > > > > Hi, > > > I'm try deploy  my web2py application in GAE, but it return this > > exception : > > > race

[web2py] Re: SyntaxError: Set: no tables selected - Web2py on GAE , DATABASE ERROR

2010-09-18 Thread leo (kirotawa)
I saw here, and the table was create in GAE with insert service, but when I get a select service its fails. On 18 set, 13:19, mdipierro wrote: > This may be to the facts that on GAE tables are not created until you > insert a record in them. > > On Sep 18, 10:55 am, "leo (

[web2py] Re: SyntaxError: Set: no tables selected - Web2py on GAE , DATABASE ERROR

2010-09-18 Thread leo (kirotawa)
Hi again, seem now it work fine, was like you tell me Massimo. Thanks a lot for all help ;] On 18 set, 14:20, "leo (kirotawa)" wrote: > I saw here, and the table was create in GAE with insert service, but > when I get a select service its fails. > > On 18 set, 1

[web2py:18728] unsubscriptable?

2009-03-29 Thread zeng leo
['basic',True,URL(r=request,f='basic')]] response.flash='Now, you clicked base!!!' return dict(message='Now,you clicked on base!!') my Views: {{extend 'layout.html'}} {{ =message}} {{for i in range(10):}} it is a test {{pass}}

[web2py] Strange behavior in web2py 1.89

2010-12-03 Thread leo (kirotawa)
Hi there, When I installed the plugin, layouts, and tried to get it, my web2py stay in infinite loop,and overloaded my processor. I talked to another user and he had the same problem but with another plugin, so the problem is in web2py 1.89. Is this not a serious bug? []'s

[web2py] Re: Strange behavior in web2py 1.89

2010-12-03 Thread leo (kirotawa)
plugin: web2py.plugin.layouts python 2.6.2 SO: ubuntu 9.04 On Dec 3, 7:24 pm, mdipierro wrote: > Which plugins? Which python version? Which os? > > On Dec 3, 4:06 pm, "leo (kirotawa)" wrote: > > > > > > > > > Hi there, > > > When I instal

[web2py] Re: Strange behavior in web2py 1.89

2010-12-03 Thread leo (kirotawa)
And my friend in web2py list BR, with this plugin: jqgrid. On Dec 3, 7:35 pm, "leo (kirotawa)" wrote: > plugin: web2py.plugin.layouts > python 2.6.2 > SO: ubuntu 9.04 > > On Dec 3, 7:24 pm, mdipierro wrote: > > > > > > > > > Which plugins?

[web2py] Web2py 'exceptions.SyntaxError' "No fields to update" on heroku sometimes when login with facebook

2013-03-08 Thread Leo Rocha
n logging in with an Oauth system? Why is the system working correctly with a clean database, but a certain point (even if I do not modify at all myself the DB) it breaks? Any hints on how to solve this issue? Best, Leo -- --- You received this message because you are subscribed to the Go

[web2py] OT: Why my posts do not appear on the list?

2013-03-08 Thread Leo Rocha
why? -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.

[web2py] 'exceptions.SyntaxError' No fields to update when login on heroku + facebook

2013-03-08 Thread Leo Rocha
Hello, I have a facebook app hosted on heroku working with the lastest stable Web2py. Initially everything works perfect (in local and in production server), but sometimes, when restarting (in case of local on local modifications; and in case of production, either when heroku restarts the serv