我正在尝试编译winrandom并得到了followint错误。 请帮忙 - 可能是什么原因?
c:\MinGW\bin\gcc.exe -shared -s build\temp.win32-3.4\Release\src\winrandom.o bui
ld\temp.win32-3.4\Release\src\winrandom.def -LC:\Python34\libs -LC:\Python34\PCb
uild -lCrypt32 -lpython34 -lmsvcr100 -o build\lib.win32-3.4\winrandom.pyd
Cannot export PyInit_winrandom: symbol not defined
build\temp.win32-3.4\Release\src\winrandom.o:winrandom.c:(.text+0x437): undefine
d reference to `Py_InitModule'
collect2.exe: error: ld returned 1 exit status
error: command 'c:\\MinGW\\bin\\gcc.exe' failed with exit status 1
答案 0 :(得分:0)
Py_InitModule
,您下载的软件包可能适用于Python 2.X.这是你发谎的地方。尝试找一个适用于Python 3.X的版本