Re: [ZODB-Dev] Relstorage 1.4b3 error

2010-02-25 Thread Rudá Porto Filgueiras
On Thu, Feb 25, 2010 at 4:30 PM, Shane Hathaway wrote: > Rudá Porto Filgueiras wrote: > >> But if I'm correct, pylibmc (0.9) required by RelStorage don't run with >> Python 2.4.x or I'm doing something wrong. >> > > Did you try pylibmc with Python 2.4? It might just work. I try it and don't wor

Re: [ZODB-Dev] persistent broken problem

2010-02-25 Thread Kaweh Kazemi
I resolved that problem. The metaclass was screwing things up (opening the storage before the class was created). On 24.02.2010, at 22:32, Kaweh Kazemi wrote: > Hi there, > > started using ZODB3 with a new project of mine and I've encountered a > problem, I couldn't find a solution for so far.

Re: [ZODB-Dev] Relstorage 1.4b3 error

2010-02-25 Thread Shane Hathaway
Rudá Porto Filgueiras wrote: > But if I'm correct, pylibmc (0.9) required by RelStorage don't run with > Python 2.4.x or I'm doing something wrong. Did you try pylibmc with Python 2.4? It might just work. Shane ___ For more information about ZODB, see

Re: [ZODB-Dev] Relstorage 1.4b3 error

2010-02-25 Thread Rudá Porto Filgueiras
On Wed, Feb 24, 2010 at 12:14 PM, Shane Hathaway wrote: > Santi Camps wrote: > > * Module relstorage.cache, line 294, in after_tpc_finish > > * Module memcache, line 360, in incr > > * Module memcache, line 384, in _incrdecr > > > > ValueError: invalid literal for int(): NOT_FOUND > >

Re: [ZODB-Dev] redirect burps on unicode URLs

2010-02-25 Thread Adam GROSZER
Sorry, wrong list... ___ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - ZODB-Dev@zope.org https://mail.zope.org/mailman/listinfo/zodb-dev

Re: [ZODB-Dev] redirect burps on unicode URLs

2010-02-25 Thread Wichert Akkerman
wrong list I suspect? :) On 2/25/10 14:56 , Adam GROSZER wrote: > Hello, > > Looks like zope.publisher burps on unicode URL which contain non-ascii > chars. This is from a KGS 3.4 application, but looking at the source > it still seems to have the same problems. > > opinions? > > ... > self.

[ZODB-Dev] redirect burps on unicode URLs

2010-02-25 Thread Adam GROSZER
Hello, Looks like zope.publisher burps on unicode URL which contain non-ascii chars. This is from a KGS 3.4 application, but looking at the source it still seems to have the same problems. opinions? ... self.request.response.redirect(url) File "d:\home\.buildout\eggs\zope.publisher-3.4.6-