Re: [SQLObject] Can't Install SQLObject
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2016-04-08 17:22:39
|
Hi! So you have resolved mail problems finally? Welcome! On Fri, Apr 08, 2016 at 05:13:17PM +0000, "Emmert, Steve" <Ste...@gd...> wrote: > I need to install SQLObject on a machine that is isolated from the Internet, so I downloaded the package on another machine and copied it over and unzipped it. I do not see a setup.py file or .egg file so I can't see how to install it. What should I do, other than get an Internet connection? You can download an egg or tar.gz from PyPI: https://pypi.python.org/pypi/SQLObject/2.1.2 (2.1.2 is currently the latest stable version). SQLObject.tar.gz contains setup.py so you can build and egg yourself or install directly from sources. > Steve Emmert Oleg. -- Oleg Broytman http://phdru.name/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |