Re: [SQLObject] easy_install latest stable version
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2010-12-07 12:55:00
|
On Tue, Dec 07, 2010 at 01:41:09PM +0100, Daniel Fetchinson wrote: > easy_install -U sqlobject > > installs the 0.16dev version not the stable 0.15, is it? easy_install -U sqlobject installs the most recent version it can find - which is the trunk. I don't know how to tell setuptools to distinguish stable and development branches, do you? easy_install sqlobject==0.15.0 is the only way I know. Oleg. -- Oleg Broytman http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |