From: Oleg B. <ph...@ph...> - 2011-11-21 19:25:22
|
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: SQLObject 1.2.0 Processing SQLObject-1.2.0-py2.7.egg $ easy_install-2.7 -n -U SQLObject Searching for SQLObject Reading http://pypi.python.org/simple/SQLObject/ Reading http://sqlobject.org Reading http://sqlobject.org/ Reading http://sqlobject.org/devel/ Best match: SQLObject 1.2.0 Processing SQLObject-1.2.0-py2.7.egg But I have installed 1.2.0 already. PS. How things are going on with py3k? Oleg. -- Oleg Broytman http://phdru.name/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |