Re: [SQLObject] python 2.3.4 on Redhat Enterprise 4
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
|
From: sophana <so...@zi...> - 2006-03-16 10:43:20
|
Oleg Broytmann wrote: >On Wed, Mar 15, 2006 at 10:47:40AM -0500, Sells, Fred wrote: > > > >>When I try to use it to install SQLObject, I get errors on >> >>@dispatch.generic() >> >> > > This is in FormEncode, and it's harmless. Just ignore the errors. > > > >>other lines beginning with "@". >> >> > > (BTW, these are decorators for Python 2.4.) > > > >>but in the end it says it installed FormEncode ok. But there is no >>indication of it then installing SQLObject. >> >> > > It seems you've only installed FormEncode. Now install SQLObject the same >way... > >Oleg. > > I had the same problem with centos 4, I finished by installing python24 from apt (atrpms) , reinstall setuptools and easy_install everything. |