Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Aug 2011 18:00:28 GMT
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/160069
Message-ID:  <201108241800.p7OI0S6P064564@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/160069; it has been noted by GNATS.

From: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160069
Date: Wed, 24 Aug 2011 21:49:54 +0400

 Forgot to add that "I checked the code. They use this pattern when using 
 sqlite binding:"
 
 """
   82     try:
   83         import sqlite3
   84         check_pysqlite_version(sqlite3)
   85     except (ImportError, bzrlib.errors.BzrError), e:
   86         from pysqlite2 import dbapi2 as sqlite3
   87         check_pysqlite_version(sqlite3)
   88 except:
   89     trace.warning('Needs at least Python2.5 or Python2.4 with the
          pysqlite2 '
 """
 
 So nothing will be broken with sqlite3.
 
 -- 
 Regards,
 Ruslan
 
 Tinderboxing kills... the drives.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108241800.p7OI0S6P064564>