Linking errors when compiling python extension module

后端 未结 4 2031
遇见更好的自我
遇见更好的自我 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:43

    1、you must make sure that python x64、oracle client x64(win7 x64),all the versions must match.

    2、perhaps you have to "install vc++ for python2.7"

提交回复
热议问题