0
2

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.

WindowsにPython(pip, wxpython, Matplotlib)をinstallする

Last updated at Posted at 2018-04-14

Python3をWindows7にインストール。

wxpythonでWindows GUIをPythonで作成する。

Python3 ダウンロード

Windows x86-64 executable installerをダウンロードしてダブルクリック

pip

ダウンロード

①解凍
②コマンドプロンプトを起動
③get-pip-masterフォルダに移動
④get-pipをインストール
$ python get-pip.py

wxpython, Matplotlib, numpy

インストール

pipでインストールする

pip install
$ pip install numpy
$ pip install matplotlib
$ pip install wxpython

動作確認

①サンプルのサイトに掲載されているソースをmain.pyとして保存。
②main.pyをダブルクリック。

サンプルの引用元
https://stackoverflow.com/questions/10737459/embedding-a-matplotlib-figure-inside-a-wxpython-panel

無題.png

0
2
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
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?