Re: [SQLObject] SQLObject 1.2.0; Py3k

2011-11-22 Thread Oleg Broytman
On Tue, Nov 22, 2011 at 11:22:30AM +0100, Daniel Fetchinson wrote: > Now it worked for me as well, I don't know what happened, the first > time it definitely installed 1.1.2, but now correctly it grabbed 1.2. The magic of PyPI. > > PS. How things are going on with py3k? > > I was working on f

Re: [SQLObject] SQLObject 1.2.0

2011-11-22 Thread Daniel Fetchinson
>> Hi Oleg, is there a reason python 2.7 easy_install will fetch >> sqlobject 1.1.2 but python 2.6 easy_install will find sqlobject 1.2? > >Not for me. See: > > $ easy_install-2.7 -n SQLObject > Searching for SQLObject > Best match: SQLObject 1.2.0 > Processing SQLObject-1.2.0-py2.7.egg > > $ e

Re: [SQLObject] SQLObject 1.2.0

2011-11-21 Thread Oleg Broytman
On Mon, Nov 21, 2011 at 07:34:55PM +0100, Daniel Fetchinson wrote: > Hi Oleg, is there a reason python 2.7 easy_install will fetch > sqlobject 1.1.2 but python 2.6 easy_install will find sqlobject 1.2? Not for me. See: $ easy_install-2.7 -n SQLObject Searching for SQLObject Best match: SQLObje

Re: [SQLObject] SQLObject 1.2.0

2011-11-21 Thread Daniel Fetchinson
Hi Oleg, is there a reason python 2.7 easy_install will fetch sqlobject 1.1.2 but python 2.6 easy_install will find sqlobject 1.2? Cheers, Daniel On 11/20/11, Oleg Broytman wrote: > Hello! > > I'm pleased to announce version 1.2.0, the first stable release of branch > 1.2 of SQLObject. > > > Wh

[SQLObject] SQLObject 1.2.0

2011-11-20 Thread Oleg Broytman
Hello! I'm pleased to announce version 1.2.0, the first stable release of branch 1.2 of SQLObject. What is SQLObject = SQLObject is an object-relational mapper. Your database tables are described as classes, and rows are instances of those classes. SQLObject is meant to be eas