Chinaunix首页 | 论坛 | 博客
  • 博客访问: 291911
  • 博文数量: 82
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 874
  • 用 户 组: 普通用户
  • 注册时间: 2015-03-21 09:58
个人简介

traveling in cumputer science!!

文章分类

全部博文(82)

文章存档

2016年(13)

2015年(69)

我的朋友

分类: Python/Ruby

2015-11-03 22:31:09

1. download the source package from below:

or

2.unzip and install
    <1>unzip

点击(此处)折叠或打开

  1. tar -zxvf pysqlite-2.8.1.tar.gz
    <2>install

点击(此处)折叠或打开

  1. sudo python setup.py install
3. solve some problem
    <1>error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

点击(此处)折叠或打开

  1. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
    solution:

点击(此处)折叠或打开

  1. sudo apt-get install build-essential autoconf libtool pkg-config
    <2>lack python package

点击(此处)折叠或打开

  1. sudo apt-get install python-dev
    <3>No such file or directory  #include "sqlite3.h"

点击(此处)折叠或打开

  1. sudo apt-get install sqlite-devel
    <2>error: src/connection.h:33:21: fatal error: sqlite3.h: No such file or directory  #include "sqlite3.h"
    you have to install sqlite at first!!

点击(此处)折叠或打开

  1. sudo apt-get install sqlite3
  2. sudo apt-get install libsqlite3-dev


阅读(1492) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~