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
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
mmand:
@reboot username **default/function
I get an ImportError:
ImportError: No module named mymodule.
Is this by design? Is there a workaround?
Thanks,
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,
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
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
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.
"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
> 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),
>
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
//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
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
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
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&
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
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
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 (
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
['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}}
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
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
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?
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
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.
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
25 matches
Mail list logo