Re: [SQLObject] Changing validator messages
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2009-12-11 09:49:40
|
On Fri, Dec 11, 2009 at 08:54:16AM +0200, Tom Coetser wrote: > And your suspicion was correct :-) The stable version in Debian Lenny seems to > be formencode 1.0.1, but updating to 1.2 seems to have fixed the problem. SQLObject's setup.py list requirement "FormEncode>=1.1.1", and I think the bugfix I made between 1.1.0 and 1.1.1 is related to the problem. If you ran setup.py install it should upgrade FormEncode automatically, shouldn't it? I use Debian too, but I have to install a lot of software manually, especially Python modules. Debian "stable" is too stable (and I don't have time to upgrade to "testing" now). Oleg. -- Oleg Broytman http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |