[web2py] 1.82.1 MemcacheClient problem

2010-08-11 Thread Ozz
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.memcache import MemcacheClient showa the error "can not find the name MemcacheClien

[web2py] Re: 1.82.1 MemcacheClient problem

2010-08-11 Thread Ozz
ache_servers=['127.0.0.1:11211']    mem=MemcacheClient(request,memcache_servers,debug=1) On 11 авг, 16:17, mdipierro wrote: > is there a traceback? > > On Aug 11, 7:51 am, Ozz wrote: > > > > > hi! > > > web2py 1.82.1 > > > trying to get working: > &

[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/applicati

[web2py] Re: 1.82.1 MemcacheClient problem

2010-08-17 Thread Ozz
ugging this: > > start a shell: > > python web2py.py -S yourapp -N > > and type > > >>> from gluon.contrib.memcacheimport MemcacheClient > > please send me the traceback > > On Aug 12, 9:01 am, Ozz wrote: > > > > > still waiti