PyQtで使用するsipをインストールしたいと思います。 PyQtを使用するためにSIPメイクファイルをインストールするにはどうすればよいですか?
configure.py
スクリプトを実行した\ \ Pythonの\私はpython configure.py
最初に私のでしてみました、SIP:
- は、私は、Windowsのコマンドプロンプトを実行し、Cにdirを変更したSIPダウンロード
- を展開しましたCに一口フォルダを展開:\ Pythonは、私はこれは、コマンドプロンプトでMakefileを返さ
- Pythonシェルに認識するために、コマンドラインを取得できませんでした、私はその後、メイクを使用することができなかった、それだけで私にエラーを与えた
'make' is not recognized
- 私はそれを調べ、私がこれを解決すると思った使用してMinGWの
今私のコマンドプロンプトを示しています
C:\Python\sip>configure.py --platform win32-g++ This is SIP 4.17 for Python 2.7.11 on win32. The SIP code generator will be installed in C:\Python27. The sip module will be installed in C:\Python27\Lib\site-packages. The sip.h header file will be installed in C:\Python27\include. The default directory to install .sip files in is C:\Python27\sip. Creating siplib\sip.h... Creating siplib\siplib.c... Creating siplib\siplib.sbf... Creating sipconfig.py... Creating top level Makefile... Creating sip code generator Makefile... Creating sip module Makefile...
私はその後、makeを実行し、私は
C:\Python\sip>make 'make' is not recognized as an internal or external command, operable program or batch file.
私はスタックを通じて検索したを取得し、いくつか紹介します答えに近いが、まだ何も私にはまだかなりのものがある。
私はあなたがWindows上のメイクファイルを実行するはずだと読んでいるので、Visual Studioをダウンロードしています。
これが正しいのですか、間違った場所を探していますか?