List Info

Thread: Re: Minimal Python 2.5 and Django install




Re: Minimal Python 2.5 and Django install
country flaguser name
United States
2007-09-19 14:02:32
Dave Everitt wrote:

> 1. Is it embedded in Python 2.5? 

Yes, in the sqlite3 package.

> 2. Can it be tested for with:
>  >>> from pysqlite2 import test
>  >>> test.test()

No, the package is called sqlite3 and there is no umbrella
test.test(). 
You can run individual tests, e.g.
In [6]: from sqlite3.test import dbapi
In [7]: dbapi.test()

Kent
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIGpython.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

[1]

about | contact  Other archives ( Real Estate discussion Medical topics )