Traceback (most recent call last):
File "/home/felix/Desktop/web2py/gluon/restricted.py", line 188, in
restricted
exec ccode in environment
File "/home/felix/Desktop/web2py/applications/SGE/controllers/
incidents.py", line 174, in
File "/home/felix/Desktop/web2py/gluon/globals.py", line
=D great!
On Dec 19, 6:06 pm, mdipierro wrote:
> Fixing in 1.90.4. I apologize and wish people had tested this more on
> trunk but looks like very few users test trunk.
>
> Massimo
>
> On Dec 19, 2:38 pm, pandaluv wrote:
>
> > Traceback (most recent call last):
>
>
> > > Fixing in 1.90.4. I apologize and wish people had tested this more on
> > > trunk but looks like very few users test trunk.
>
> > > Massimo
>
> > > On Dec 19, 2:38 pm, pandaluv wrote:
> > >> Traceback (most recent call last
i have something like this
def download():
download_id = request.args(0)
download = db.post(download_id)
if str(download) == "None":
redirect(URL(r=request,c="home",f="index"))
form = FORM("Download: " + str(download_id) ,INPUT(_type='submit',
_value="Download"))
form
4 matches
Mail list logo