Sharing database connection from C to Python

dgiagio at gmail.com dgiagio at gmail.com
Mon Jan 30 13:20:31 EST 2006


Hi,

I'm developing an application using the C language and Python for it's
plugins. The C program connects to a MySQL database and keeps that
connection active. Is it possible to 'share' this connection with the
Python plugins? If so, is there a "standard" way to do that?

Thank you.

DG




More information about the Python-list mailing list