Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 18819

can I import psycopg2 in postgresql source code?

$
0
0

I'm writing a contrib of postgresql and I want to use PyImport_ImportModule to import a python module, which imports psycopg2.

Then I find that PyImport_ImportModule returns null if I import psycopg2 in the python code.

Could someone please tell me why or how to solve it?


Viewing all articles
Browse latest Browse all 18819

Trending Articles