[Pythonmac-SIG] Testing sqlite3 on python2.5

Samuel M. Smith smithsm at samuelsmith.org
Fri Mar 2 21:01:39 CET 2007


Anyone know how to verify that the sqlite3 bindings on Mac Python2.5  
(macpackages installer) work or can access
actual sqlite3?

When I run the regression tests it works, but I don't know what they  
are testing.
I am neophyte when it comes to sql. I am having problems getting  
roundup to work with the sqlite3 backend.
It works with anydbm so I suspect my sqlite3 installation but don't  
know where to start.


 >>> import sqlite3
 >>> import sqlite3.test.regression
 >>> sqlite3.test.regression.test()
....
----------------------------------------------------------------------
Ran 4 tests in 0.053s

OK
 >>>

does this mean that there is an sqlite3 backend ?


**********************************************************************
Samuel M. Smith Ph.D.
2966 Fort Hill Road
Eagle Mountain, Utah 84005-4108
801-768-2768 voice
801-768-2769 fax
**********************************************************************
"The greatest source of failure and unhappiness in the world is
giving up what we want most for what we want at the moment"
**********************************************************************




More information about the Pythonmac-SIG mailing list