oops.... sorry :) my fault... just used mercurial something wrong :)
On Dec 17, 1:17 am, Nathan Freeze <[email protected]> wrote: > Are you sure it updated? I was getting the same error and it went away after > update. > > On Wed, Dec 16, 2009 at 5:49 PM, Oleg <[email protected]> wrote: > > I've got new version.. hm... seems something still wrong.. > > exactly the same example doesn't work.. > > > Traceback (most recent call last): > > File "C:\Projects\Web2py\trunk.last\gluon\main.py", line 505, in > > wsgibase > > session._try_store_on_disk(request, response) > > File "C:\Projects\Web2py\trunk.last\gluon\globals.py", line 385, in > > _try_store_on_disk > > cPickle.dump(dict(self), response.session_file) > > PicklingError: Value returned by <function Reference_pickler at > > 0x03479C30> must be string or tuple > > > On Dec 17, 12:16 am, mdipierro <[email protected]> wrote: > > > fixed in 1.74.3. Thank you! > > > > On Dec 16, 4:48 pm, Oleg <[email protected]> wrote: > > > > > in db.py > > > > db.define_table('test', Field('name')) > > > > > in default.py > > > > def index(): > > > > session.test_id = db.test.insert(name='test_name') > > > > return dict() > > > > > On Dec 16, 5:51 pm, mdipierro <[email protected]> wrote: > > > > > > I need to see the action that triggers this. > > > > > > On Dec 16, 10:02 am, Oleg <[email protected]> wrote: > > > > > > > have the same problem. Under 1.72.3 it worked. > > > > > > it is broken somewhere on the way to 1.73... hm.. or I understand > > > > > > something wrong... > > > > > > > Oleg > > > > > > > On Dec 16, 8:52 am, szimszon <[email protected]> wrote: > > > > > > > > Hi, > > > > > > > > I have an error in 1.74.2: > > > > > > > > (dp1 > > > > > > > S'output' > > > > > > > p2 > > > > > > > S'' > > > > > > > sS'layer' > > > > > > > p3 > > > > > > > S'Framework' > > > > > > > p4 > > > > > > > sS'code' > > > > > > > p5 > > > > > > > S'' > > > > > > > sS'traceback' > > > > > > > p6 > > > > > > > S'Traceback (most recent call last):\n File "gluon/main.py", > > line > > > > > > > 505, in wsgib > > > > > > > ase\n session._try_store_on_disk(request, response)\n File > > "gluon/ > > > > > > > globals.py > > > > > > > ", line 375, in _try_store_on_disk\n cPickle.dump(dict(self), > > > > > > > response.sessio > > > > > > > n_file)\nPicklingError: Value returned by <function > > Reference_pickler > > > > > > > at 0x8c86d > > > > > > > 4c> must be string or tuple > > > > > > > \n' > > > > > > > p7 > > > > > > > s. > > > > > > > > On dec. 16, 07:13, mdipierro <[email protected]> wrote: > > > > > > > > > thanks to people who reported bugs in 1.74.1. > > > > > > > > > Massimo > > > -- > > > You received this message because you are subscribed to the Google Groups > > "web2py-users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<web2py%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/web2py?hl=en. > > -- You received this message because you are subscribed to the Google Groups "web2py-users" 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.

