X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <677d37110711050406l571db71chd8f92bf0a4af7157@mail.gmail.com> Date: Mon, 5 Nov 2007 20:06:40 +0800 From: "Vincent Huang" To: cygwin AT cygwin DOT com Subject: 1.5.24 -2 cygwin python 2.5.1 problem, "import sqlite3" fail MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com when i try to import sqlite3 in python, it results: ....... File "/usr/lib/python2.5/sqlite3/dbapi2.py" from _sqlite3 import * ImportError: No module name _sqlite3 Actually, i can't find any modules named _sqlite3 in /usr/lib/python2.5/. Did anyone meet this befor? How can i do? thanks "find /usr/lib/python2.5/ -print | grep _sqlite3" - find nothing -- 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/