On Monday 02 October 2006 22:07, Oleg Broytmann wrote:
>    I ran a few tests from the SQLObject test suite - all tests passed.
> So I believe it works at least with Python 2.3.

I can confirm it works with python2.3 as I use them together successfully. 
That import was the only issue I encountered and the issue is that 
formencode (which is a dependency of sqlobject) won't install under 
python2.3 without that code removed (else it won't be able to byte 
compile it).

So maybe I expressed myself wrongly, the issue is not with sqlobject, but 
with formencode on which sqlobject depends. But as long as you can't 
install a dependency under an older version of python that will reflect 
on the sqlobject's ability to work properly. That was what I mean to say 
in the first place.

My guess is that the formencode .egg you installed didn't try to 
bytecompile itself. If it did, it would have failed under python2.3 
unless edited out.

-- 
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

Reply via email to