[web2py] Re: session add value error on pythonanywhere

2013-09-25 Thread 黄祥
i downloaded in my local n then uploaded to pythonanywhere because download nightly build from console not work. the session value is worked when i test using nightly build. many thanks and best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http:

[web2py] Re: session add value error on pythonanywhere

2013-09-25 Thread 黄祥
i've repeated many time, but still get the same result. tested download nightly build from chrome and firefox on pythonanywhere. here is the detail error : 18:56 ~ $ wget http://www.web2py.com/examples/static/nightly/web2py_src.zip --2013-09-25 1

[web2py] Re: session add value error on pythonanywhere

2013-09-25 Thread Massimo Di Pierro
I do not know. Retry. It works for me. On Wednesday, 25 September 2013 03:23:23 UTC-5, 黄祥 wrote: > > i can't download trunk version on pythonanywhere (ERROR 403: Forbidden), > in my local environment can (trunk version). > test download stable version on pythonanywhere can. > > wget http://www.w

[web2py] Re: session add value error on pythonanywhere

2013-09-25 Thread 黄祥
i can't download trunk version on pythonanywhere (ERROR 403: Forbidden), in my local environment can (trunk version). test download stable version on pythonanywhere can. wget http://www.web2py.com/examples/static/nightly/web2py_src.zip thanks and best regards, stifan -- Resources: - http://we

[web2py] Re: session add value error on pythonanywhere

2013-09-24 Thread Massimo Di Pierro
Please try trunk again. On Monday, 23 September 2013 23:43:34 UTC-5, 黄祥 wrote: > > hi, > > i have an application that using session to store the value, it running > well on my local, but got an error when i test on pythonanywere, is there > any special treat for session (add, remove, destroy, et