t; escreveu:
>>>>>>
>>>>>> I can only provide assistance for the "unique key error":
>>>>>> line 883:
>>>>>> https://github.com/web2py/web2py/blame/master/gluon/globals.py:
>>>>>> dee4e6a9<https://github.com/web2py/web2
The current trunk does not support using memcache as session store on GAE:
session.connect calls memdb.Table.__call__(recordid, unique_key=unique_key)
however unique_key is not supported by memdb.Table, it is only supported by
dal.Table
--
Resources:
- http://web2py.com
- http://web2py.com/book
thank you, that worked :)
--
importing a csv on GAE (including image blobs) fails on GAE:
Traceback (most recent call last):
File
"/base/data/home/apps/s~cambeoserver/1.364313602794800132/gluon/restricted.py",
line 212, in restricted
exec ccode in environment
File
"/base/data/home/apps/s~cambeoserver/1.364313602794
Hello,
I have the following problem:
db.auth_user.insert(
...
image = open('./sebastian.jpg', 'rb')
does work locally using a mysql database.
But if I run it on GAE the image does not exist on the server
5 matches
Mail list logo