Re: [SQLObject] SQLObject easy_install
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2012-02-14 06:03:42
|
On Mon, Feb 13, 2012 at 03:08:46PM -0700, P??oм???тн?????s 0x01 wrote: > Whenever I try to do easy_install, it seems that the only version I can get > is sqlobject 1.0.0 ? Am I doing something wrong? You can investigate yourself what is going on with the command easy_install -nv SQLObject Probably you want an upgrade? Try easy_install -Unv SQLObject Oleg. -- Oleg Broytman http://phdru.name/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |