Re:[web2py] Re: fatal bug in 1.77.3

2010-04-27 Thread 怀
the output: CHECK: ['http://www.w3.org/TR/xhtml1/DTD/xh... I try the bug in some platforms. python version is 2.5.4, web2py 1.77.3 winxp, bug appears sometimes win7, bug appears everytime centos5.3, bug appears sometimes 在2010-04-28 03:55:11,mdipierro 写道: >To help us debug this.. > >befor

[web2py:37878] a problem with gluon.shell.env

2009-12-27 Thread 怀
to reuse model definition in a module, so i use gluon.shell.env . code in module is like this: module code start ### os.chdir(/path/to/web2py/) from gluon.shell import env globals().update(env('my_application_name', import_models=True)) while True: print "count", db(db.myt

Re:[web2py:37916] Re: a problem with gluon.shell.env

2009-12-27 Thread 怀
i had done as your advice. no change at all . you can try it by yourself. thank you very very much ! 在2009-12-27,mdipierro 写道: >If I understand the problem, you need to do > >db.commit() > >On Dec 27, 3:45 am, 王怀玉 wrote: >> to reuse model definition in a module, so

Re:[web2py:37973] Re: a problem with gluon.shell.env

2009-12-28 Thread 怀
t.py python version is 2.5.4 web2py version is 1.72.3, 1.74.4 also failed system is windows xp web2py is installed from source Thank you, mdipierro 在2009-12-28,mdipierro 写道: >How do you insert the row? >The commit goes after you insert the row. > >Massimo > >On Dec 27, 8:15 pm,