How can I install python-psycopg (not python-psycopg2) on Ubuntu 9.10

"apt-get install python-psycopg" returns "Package python-psycopg has no installation candidate"

I also downloaded source code at psycopg-1.1.21.tar.gz but "make" command was no found in the archive.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

python-psycopg is only available in Ubuntu until 9.04.

If the make command is not found you have to install the package make. Make sure you have installed anything else mentioned in the "Compile-time configuration options" section of the README file.

link|improve this answer
feedback

"make" command was no found in the archive

Did you try python setup.py install?

link|improve this answer
The archive has no setup.py, but it does have a Makefile. – Cristian Ciupitu Jun 8 '10 at 0:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.