I tried from admin upgrade to 1.98.1 and got this ticket:

web2py™ Version 1.98.1 (2011-07-31 10:15:50)
Python Python 2.6.5: /usr/bin/python


Traceback (most recent call last):
File "/data/domains/web2py/gluon/main.py", line 513, in wsgibase
session._try_store_on_disk(request, response)
File "/data/domains/web2py/gluon/globals.py", line 499, in _try_store_on_disk
session_folder = os.path.dirname(response.session_filename)
File "/usr/lib64/python2.6/copy_reg.py", line 70, in _reduce_ex
raise TypeError, "can't pickle %s objects" % base.__name__
TypeError: can't pickle function objects

But now everything is working and version is 1.98.1 I think.

Kenneth

1.98.1 changelog

fixed some problems with LOAD(ajax=False), thanks Anthony
jquery 1.6.2
gevent.pywsgi adds ssl support, thanks Vasile
import/export of blobs are base64 encoded
max number of login attempts in admin, thanks Ross
fixed joins with alias tables
new field.custom_delete attribute
removed rescrtions on large 'text fields, thanks Martin
field.represent = lambda value,record: .... (record is optional)
FORM.validate() and FORM.process(), thanks Bruno
faster virtualfields, thanks Howsec
mail has ssl support separate from tls, thanks Eric
TAG objects are now pickable
new CAT tag for no tags
request.user_agent(), thanks Ross
fixed fawps support
SQLFORM(...,separator=': ') now customizable
many small bug fixes

Reply via email to