X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Chris Subject: Re: 1.5.24 -2 cygwin python 2.5.1 problem, Date: Sun, 13 Jul 2008 09:15:39 +0000 (UTC) Lines: 28 Message-ID: References: <677d37110711050406l571db71chd8f92bf0a4af7157 AT mail DOT gmail DOT com> <20071105161913 DOT GA3008 AT tishler DOT net> <20071105211617 DOT GA2964 AT tishler DOT net> <47316110 DOT 3060309 AT ukf DOT net> <20071108150955 DOT GA3736 AT tishler DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) 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 Jason Tishler tishler.net> writes: ... > Unfortunately, Cygwin Python SQLite support does not build OOTB: ... > File "./setup.py", line 97, in build_extensions > self.detect_modules() > File "./setup.py", line 795, in detect_modules > sqlite_libdir = [os.path.abspath(os.path.dirname(sqlite_libfile))] > File "/tmp/python-2.5.1-3/Lib/posixpath.py", line 119, in dirname > return split(p)[0] > File "/tmp/python-2.5.1-3/Lib/posixpath.py", line 77, in split > i = p.rfind('/') + 1 > AttributeError: 'NoneType' object has no attribute 'rfind' This particular error appears to come from a bug in Python's setup.py: http://bugs.python.org/issue1706863 -- 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/