Re: python-postgres RPM
Re: python-postgres RPM
От:
Lamar Owen <lamar.owen@wgcr.org>
Дата:
Wouter wrote: > > Hi, > > Anyone has an ideai how I can install the RPM postgres-python ? > > What is the procedure? rpm -i postgresql-python-x.y.z-r.arch.rpm. For version 7.0.3, release 2, on i386, you would have: rpm -i postgresql-python-7.0.3-2.i386.rpm If you need other RPM's installed to use this, RPM will complain about unresolved dependencies. You can use www.rpmfind.net to figure out which RPM contains the dependency you need to satisfy for your particular system. See the python module's documentation for how to use it. It is available in the main postgresql RPM in /usr/doc/postgresql-x.y.z (or /usr/share/doc/postgresql-x.y.z, depending upon your specific system). But, which system are you installing on? -- Lamar Owen WGCR Internet Radio 1 Peter 4:11
python-postgres RPM
От:
"Wouter" <dba@cozmo.be>
Дата:
Hi, Anyone has an ideai how I can install the RPM postgres-python ? What is the procedure? Thx FonZ