Installation of psycopg2 on Windows and UbuntuLinux encountered an episode, recording the following Windows: 1. click here to go to the official website to download the source code 2. decompress 3. run pythonsetup. pyinstall error solution: the Windows Installation Package is available on the official website. For details, see here. UbuntuLinux: 1. Go to the official website to download the source code 2. Decompress 3. Run python
Install psycopg2 on Windows and Ubuntu Linux.
Windows:
1. Click here to go to the official website to download the source code
2. Extract
3. Run python setup. py install and report an error.
Solution: the Windows Installation Package is provided on the official website. For details, see here.
In Ubuntu Linux:
1. Go to the official website to download the source code
2. Extract
3. Run python setup. py install and report an error.
4. Run apt-get install psycopg2 directly and report the following error:
Root @ www.linuxidc.com :~ # Easy_install psycopg2
Searching for psycopg2
Reading http://pypi.python.org/simple/psycopg2/
Reading http://initd.org/psycopg/
Reading http://initd.org/projects/psycopg2
Best match: psycopg2 2.4.4
Downloading http://pypi.python.org/packages/source/p/psycopg2/psycopg2-2.4.4.tar.gz#md5=639e014ea9ce3aa3306724f12d16d79b
Processing psycopg2-2.4.4.tar.gz
Running psycopg2-2.4.4/setup. py-q bdist_egg -- dist-dir/tmp/easy_install-QddwSA/egg-dist-tmp-RbBPll
Error: You need to install postgresql-server-dev-X.Y for building a server-side extension or libpq-dev for building a client-side application.
Solution:
Change "psycopg2" to "python-psycopg2 ":
Root @ www.linuxidc.com :~ # Apt-get install python-psycopg2
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
Python-psycopg2
0 upgraded, 1 newly installed, 0 to remove and 193 not upgraded.
Need to get 630 kB of archives.
After this operation, 2,277 kB of additional disk space will be used.
Get: 1 http://us.archive.ubuntu.com/ubuntu/ oneiric/main python-psycopg2 amd64 2.4.2-1 [630 kB]
Fetched 630 kB in 15 s (41.6 kB/s)
Selecting previusly deselected package python-psycopg2.
(Reading database... 171694 files and directories currently installed .)
Unpacking python-psycopg2 (from.../python-psycopg2_2.4.2-1_amd64.deb )...
Setting up python-psycopg2 (2.4.2-1 )...
Installed successfully
Test:
Root @ www.linuxidc.com :~ # Python
Python 2.7.2 + (default, Oct 4 2011, 20:06:09)
[GCC 4.6.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> Import psycopg2
Some are normal.
For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2