X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Thorsten Kampe <thorsten@thorstenkampe.de>
Subject:  Re: 1.5.24 -2 cygwin python 2.5.1 problem, "import sqlite3" fail
Date:  Fri, 9 Nov 2007 08:55:33 -0000
Lines: 24
Message-ID: <fh17a6$rt9$1@ger.gmane.org>
References:  <677d37110711050406l571db71chd8f92bf0a4af7157@mail.gmail.com> <20071105161913.GA3008@tishler.net> <fgnt4d$41m$2@ger.gmane.org> <20071105211617.GA2964@tishler.net> <47316110.3060309@ukf.net> <20071108150955.GA3736@tishler.net> <677d37110711082327u4c0aa8b4s1d99039bc017c0ef@mail.gmail.com>
Mime-Version:  1.0
Content-Type:  text/plain; charset="utf-8"
Content-Transfer-Encoding:  7bit
User-Agent: MicroPlanet-Gravity/2.70.2067
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

* Vincent Huang (Fri, 9 Nov 2007 15:27:31 +0800)
> Something about python sqlite3:
> 
>     sqlite3 is a embeded database engine, it doesn't need server to
> support database service. since sqlite3 is just some kind of lib for
> all kinds of object develop lanage,  so i don't think for python to
> support sqlite3 need to install sqlite3 packet.
>    in fact, the sqlite3 packet in cygwin can be divied 3 category:
>    1) a cmd line tool to inspect sqlite3 file
>    2) a C libary file
>    3) a .H head file for C;
> 
>    For other language (include python) to support sqlite, only  its
> header file(if have), libary file too need to be included.  it doesn't
> count on sqlite3 packet.
> 
>    in Python 2.5 and afterwards, sqlite3 is a standard module, it must
> be supported. so i think even without sqlite3 packet, python should
> support sqlite3.

Man, you're certainly one of the bravest men I've ever met in this 
mailing list...

Thorsten


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

