[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r39711 - in trunk/subversion/tests/cmdline: . svntest

From: D.J. Heap <djheap_at_gmail.com>
Date: Wed, 30 Sep 2009 18:52:01 -0600

On Wed, Sep 30, 2009 at 12:10 PM, Hyrum K. Wright
<hyrum_wright_at_mail.utexas.edu> wrote:
> D. J.,
> r39711 made the Python sqlite3 module required for running the python
> testsuite.  The buildbot you maintain has Python 2.4.3, but it doesn't look
> like it has the sqlite3 module.  When you get a minute, could you update
> your buildslave to include the sqlite3 Python module?
>
> sqlite3 ships with Python 2.5, but you can get the module for Python 2.4 on
> Windows from here: http://oss.itsystementwicklung.de/trac/pysqlite

I installed pysqlite2 but the tests are still being skipped -- according to:

http://stackoverflow.com/questions/789030/how-can-i-import-the-sqlite3-module-into-python-2-4

the import statement may need to be tweaked to use 'from pysqlite2
import dbapi2 as sqlite3'?

DJ

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2402339
Received on 2009-10-01 02:52:08 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.