我正在尝试按照https://gist.github.com/1059280#comments上的说明在 Win7 上安装 hg-git 并使用 MinGW 进行编译(通过阅读 StackOverflow 和其他地方,似乎唯一需要被编译的是 dulwich 包 [git for Python bindings of some sort, I collect.])
我正在使用 Python27,即使该站点上的指示指向 Python26,我认为这可能是问题所在。
我不愿意仅仅为了这个问题下载 Visual C++。
我到达以下方向:
Create an import library for MinGW gcc (http://mercurial.selenic.com/wiki/BuildingOnWindows)
> cd c:\python27\libs
> pexports c:\windows\system32\python27.dll > python26.def
并获得以下回溯:
PS C:\python27\libs> pexports c:\windows\system32\python27.dll > python27.def
stat: No such file or directory
c:\mingw\bin\pexports.exe: c:\windows\system32\python27.dll: could not load PE image
Python27.dll 存在。“stat”命令没有。
任何想法都会很棒,谢谢。