Python PyQT的sip install(make)错误

时间:2016-02-01 16:14:14

标签: python python-sip

我想用GUI开发一个Python应用程序。为此,我找到了一个PyQT。 为了使用PyQT,我必须安装一个SIP库。

我的参考是:SIP documentation

要获得简历,我必须这样做:

python configure.py
make
make install

在我安装GNU的make软件工具之前,它放在我的PATH中。

Python configure.py正确运行。

我的问题是当我在解压缩的sip工具的根目录中启动make时。

enter image description here

法语:make [x]:entrant dans le repertoire<< C:/dev/sip-4.17>>翻译英语 :make [x]:进入目录<<< C:/dev/sip-4.17>>)

点击按钮'确定'错误我的控制台告诉我:

make[x]: exit the directory << C:/dev/sip-4.17 >>

你能帮助我理解为什么会发生这种情况以及如何解决这个问题?

技术参考:

  • 操作系统:windows 7 pro x64
  • python:2.7.9
  • make windows:installed
  • SIP:4.17 *

1 个答案:

答案 0 :(得分:-1)

你在和mingw一起编译吗?如果是,也许你必须说configure.py你正在编译什么平台。

c:\ python35 \ python configure.py --platform win32-g ++

即使configure.py正确运行,它也可以创建与make不兼容的东西。