On Monday 02 October 2006 21:12, Oleg Broytmann wrote: > On Mon, Oct 02, 2006 at 09:01:14PM +0300, Dan Pascu wrote: > > On Monday 02 October 2006 11:16, Oleg Broytmann wrote: > > > -- do not break compatibility, remember, SQLObject is still > > > supports Python 2.2; > > > > Unfortunately this is more a desired thing than an actual fact. > > SQLObject > > [skip] > > > it will not work with anything older than 2.4 > > Well, I must admit I have stopped testing SQLObject with Python 2.2 > because py.test had stopped working with 2.2. But I do regular testing > with Python 2.3 - and SQLObject works. So I think there is a chance it
I use it with 2.3 and it works. but my formencode is modified. > works with 2.2. I know there is code in FormEncode that only works with > 2.4, but I don't think it prevents SQLObject from working. I'll look it does. unless that code is removed from formencode, sqlobject will not load. at least last time I checked was like this. Since then I use the formencode that is packaged by debian, and they have fixed it so I'm no longer up to date with the formencode changes. It doesn't matter that sqlobject doesn't actually use that code. it loads the file that contains it (after an import) and python2.3 cannot parse it at import time. -- Dan ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ sqlobject-discuss mailing list sqlobject-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss