SQLite Forum

python inteface
Login
Hi

i have compiled SQLITE3(sqlite3.c and shell.c) with GCC compiler,is there any way(or interface) to fetch the sqlite3 executable through python code?
Or how can i  directly import sqlite3 which is compiled in GCC?