Hi Massimo,
Great work as usual.
However there is a strange problem when this version runs on GAE:
'''
Traceback (most recent call last):
File "/base/data/home/apps/krasimira-webspace/1.1/gluon/main.py",
line 220, in wsgibase
session._try_store_in_db(request,response)
File "/base/data/home/apps/krasimira-webspace/1.1/gluon/globals.py",
line 194, in _try_store_in_db
record_id=table.insert(**dd)
File "/base/data/home/apps/krasimira-webspace/1.1/gluon/contrib/
gql.py", line 188, in insert
tmp=self._tableobj(**fields)
File "/base/python_lib/versions/1/google/appengine/ext/db/
__init__.py", line 555, in __init__
prop.__set__(self, value)
File "/base/python_lib/versions/1/google/appengine/ext/db/
__init__.py", line 372, in __set__
value = self.validate(value)
File "/base/python_lib/versions/1/google/appengine/ext/db/
__init__.py", line 1757, in validate
'to a Blob instance (%s)' % (self.name, err))
BadValueError: Property session_data must be convertible to a Blob
instance (Blob() argument should be str instance, not unicode)
'''
The problem disappeared when I downgraded to version 1.44 (I haven't
tried 1.47).
I guess it is some configuration issue?
Thank you,
Vidul
On Nov 10, 8:31 pm, mdipierro <[EMAIL PROTECTED]> wrote:
> I posted web2py 1.48. Many many many small changes. faster and better
> than ever.
> Please give it a try and check if any of your apps break.
>
> Massimo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---