4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

PyQt4導入

Posted at

以前に何を躓いて途中だったのか覚えてませんが結果は現状で導入成功したのでメモを。

OSはMacOSX10.7.4
pythonはpythonbrewで導入のpython3.2.2に(2.x系とは相性微妙らしいので)

pybrew switch 3.2.2

で3系に切り替えておいて
http://www.riverbankcomputing.co.uk/software/pyqt/download
からmacのをブラウザ上でダウンロード。

まずは解凍

tar -zxvf ./PyQt-mac-gpl-4.9.5.tar.gz

中に移動

cd ./PyQt-mac-gpl-4.9.5

そしてインストール

python3 configure.py --use-arch=x86_64 &&make &&sudo make install

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?