当前位置: 主页 > 日志 > Python >

PostgreSQL数据库Python适配器psycopg2安装

1)Windows:

建议安装二进制版本:http://www.stickpeople.com/projects/python/win-psycopg/ 

根据自己的Python版本和操作系统(32位、64位)选择。

 

2)Ubuntu:

方法一:sudo apt-get install python-psycopg2

方法二:sudo pip install psycopg2

什么?连pip都没装? sudo apt-get install python-pip

 

测试:

 

ubuntu@ip-10-130-138-90:~$ python

Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56)

[GCC 4.4.3] on linux2

Type "help", "copyright", "credits" or "license" for more information.

>>> import psycopg2

>>>

 

 

[日志信息]

该日志于 2012-03-25 06:37 由 redice 发表在 redice's Blog ,你除了可以发表评论外,还可以转载 “PostgreSQL数据库Python适配器psycopg2安装” 日志到你的网站或博客,但是请保留源地址及作者信息,谢谢!!    (尊重他人劳动,你我共同努力)
   
验证(必填):   点击我更换验证码

redice's Blog  is powered by DedeCms |  Theme by Monkeii.Lee |  网站地图 |  本服务器由西安鲲之鹏网络信息技术有限公司友情提供

返回顶部