That will likely come from the python standard distribution. I'm not going to replace it as generally speaking, willy nilly replacing bits of a standard distribution is not something to be done lightly.
As I said, try using apsw
import apsw
apsw.connect('path_to_database')
|