Linking errors when compiling python extension module

后端 未结 4 2018
遇见更好的自我
遇见更好的自我 2020-12-21 09:00

So I\'m writing a python extension module in C and I\'m trying to compile it for my 64-bit Python build. After bashing my head against MinGW for a while, I did some googling

4条回答
  •  离开以前
    2020-12-21 09:52

    I had the same error. Installing psycopg2 from https://github.com/nwcell/psycopg2-windows solved my problem

提交回复
热议问题