[web2py] Re: 1.82.1 MemcacheClient problem

2010-08-17 Thread Ozz
Sorry for the late answer. For version 1.82.1 traceback: c:\web2py>python web2py.py -S XXX -N WARNING:root:no file locking web2py Enterprise Web Framework Created by Massimo Di Pierro, Copyright 2007-2010 Version 1.82.1 (2010-08-05 01:00:12) Database drivers available: SQLite3, MySQL WARNING:root:

[web2py] Re: 1.82.1 MemcacheClient problem

2010-08-12 Thread mdipierro
I am going to need your help debugging this: start a shell: python web2py.py -S yourapp -N and type >>> from gluon.contrib.memcache import MemcacheClient please send me the traceback On Aug 12, 9:01 am, Ozz wrote: > still waiting for answer... > need help :) > > On 11 авг, 16:39, Ozz wrote:

[web2py] Re: 1.82.1 MemcacheClient problem

2010-08-12 Thread Ozz
still waiting for answer... need help :) On 11 авг, 16:39, Ozz wrote: > Error traceback > > Traceback (most recent call last): >   File "C:\web2py\gluon\restricted.py", line 178, in restricted >     exec ccode in environment >   File "C:/web2py/applications/xxx/models/db.py", line 6, in >     fr

[web2py] Re: 1.82.1 MemcacheClient problem

2010-08-11 Thread Ozz
Error traceback Traceback (most recent call last):  File "C:\web2py\gluon\restricted.py", line 178, in restricted    exec ccode in environment  File "C:/web2py/applications/xxx/models/db.py", line 6, in    from gluon.contrib.memcache import MemcacheClient ImportError: cannot import name Memca

[web2py] Re: 1.82.1 MemcacheClient problem

2010-08-11 Thread mdipierro
is there a traceback? On Aug 11, 7:51 am, Ozz wrote: > hi! > > web2py 1.82.1 > > trying to get working: > > = > from gluon.contrib.memcache import MemcacheClient > memcache_servers=['127.0.0.1:11211'] > mem=MemcacheClient(request,memcache_servers,debug=1) > = > > from gluon.contrib.memca