# wxpython を Homebrew でインストール

wxpython のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:wxpython
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install wxpython
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:wxpython
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/wxpython>
- **バージョン:** 4.3.1
- **ソース概要:** Python bindings for wxWidgets
- **ホームページ:** <https://www.wxpython.org/>
- **上流ドキュメント:** <https://www.wxpython.org/>
- **ライセンス:** LGPL-2.0-or-later WITH WxWindows-exception-3.1
- **ソースアーカイブ:** <https://files.pythonhosted.org/packages/3d/dd/026f6286f8beefcdd9551ad2e05b4e3edb45e638cdc067db211c53c950ce/wxpython-4.3.1.tar.gz>
- **最終更新:** 2026-07-31T07:12:58Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- helpviewer (cli)
- img2png (cli)
- img2py (cli)
- img2xpm (cli)
- pycrust (cli)
- pyshell (cli)
- pyslices (cli)
- pyslicesshell (cli)
- pywxrc (cli)
- wxdemo (cli)
- wxdocs (cli)
- wxget (cli)
- helpviewer (エイリアス)
- img2png (エイリアス)
- img2py (エイリアス)
- img2xpm (エイリアス)
- pycrust (エイリアス)
- pyshell (エイリアス)
- pyslices (エイリアス)
- pyslicesshell (エイリアス)
- pywxrc (エイリアス)
- wxdemo (エイリアス)
- wxdocs (エイリアス)
- wxget (エイリアス)

## 依存関係

- numpy
- pillow
- python@3.14
- wxwidgets

## ビルド依存関係

- cython
- doxygen
- python-setuptools
- sip

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 4.3.1
- マネージャ更新日: 2026-07-31
- ローカルデータ: OK
- 上流リポジトリ: https://www.wxpython.org/
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

wxPython is the Python binding for wxWidgets, giving Python applications native GUI widgets on Windows, macOS, Linux, and other Unix-like systems. Its history spans hand-written bindings in the 1990s, SWIG-generated Classic wxPython, and the Phoenix rewrite used by modern wxPython 4.x.

### プロジェクトの歴史

The official history says wxPython began in 1996, after Robin Dunn discovered Python bindings while evaluating cross-platform GUI toolkits. Dunn worked with Harri Pasanen, with help from Edward Zimmerman, to advance early wxWidgets bindings into wxPython 0.2.

The first versions were maintained by hand, which became fragile as the codebase grew. In 1997 Dunn used SWIG to reimplement the bindings, and in summer 1998 the first modern wxPython release appeared for wxWidgets 2.0. The changelog still goes back to release 0.3 in 1998.

Project Phoenix later replaced Classic wxPython with a from-the-ground-up implementation focused on speed, maintainability, extensibility, Python 3 compatibility, and removing accumulated cruft. The official overview notes that Phoenix is intentionally not fully backwards compatible, though many applications can migrate with minor changes.

### 採用の歴史

wxPython became one of Python's major desktop GUI choices alongside Tkinter, PyQt/PySide, and later web-driven app shells. Its appeal was always native widgets with little platform-specific code, backed by wxWidgets rather than an emulated toolkit.

The Phoenix transition was also an adoption transition: users had to move old Classic code to Python 3-era APIs. The official docs still foreground the Migration Guide for programmers porting from Classic wxPython to Phoenix.

### 使われ方

Developers import wx, create a wx.App, instantiate frames and controls, bind events, and run MainLoop. The package also includes demo, shell, resource, image-conversion, documentation, and inspection-oriented tools that make it useful as a full GUI development environment rather than just a runtime binding.

In packaging, wxPython is notable because it wraps a large C++ GUI toolkit and ships platform-specific wheels or builds tied to wxWidgets versions. The changelog records ongoing work to keep pace with Python, wxWidgets, operating-system, and build-tool changes.

### パッケージ好きにとっての重要性

wxPython is package-nerd significant because it is a classic binding package: a large native-code bridge that lets a high-level language use a mature C++ toolkit. Its Classic-to-Phoenix migration is a textbook example of how language runtimes, binding generators, binary wheels, and GUI frameworks force long-lived packages to reinvent themselves.

### タイムライン

- 1995: Robin Dunn discovered wxWidgets and Python while looking for a cross-platform C++ GUI toolkit.
- 1996: Official history dates the start of wxPython history to before the turn of the century, back in 1996.
- 1997: SWIG was adopted to reduce the maintenance burden of hand-written bindings.
- 1998: The first modern wxPython release appeared in summer 1998; the changelog goes back to 0.3.
- 2010s: Project Phoenix rebuilt wxPython for maintainability and Python 3.
- 2025-04-09: wxPython 4.2.3 released, built on wxWidgets 3.2.7.
- 2026-02-08: wxPython 4.2.5 released, built on wxWidgets 3.2.9.

### Related projects

- wxPython is related to wxWidgets, Project Phoenix, Classic wxPython, SWIG, Tkinter, PyQt/PySide, wxGlade, wxFormBuilder, and Python desktop GUI applications.

### ソース

- <https://docs.wxpython.org/MigrationGuide.html>
- <https://github.com/wxWidgets/Phoenix>
- <https://wiki.wxpython.org/RobinDunn>
- <https://wxpython.org/pages/changes/index.html>
- <https://wxpython.org/pages/history/>
- <https://wxpython.org/pages/overview/index.html>


## セキュリティノート

broad file, network, media, or database tool signal. generalized runtime or code generation signal.

- **Geiger リスク:** yellow / 中
- broad file, network, media, or database tool signal
- generalized runtime or code generation signal

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** wxpython
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable


## 関連リンク

- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [python@3.14](https://pkg.so/ja/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [numpy](https://pkg.so/ja/brew/numpy/) - Runtime dependency declared by Homebrew.
- [wxwidgets](https://pkg.so/ja/brew/wxwidgets/) - Runtime dependency declared by Homebrew.
- [doxygen](https://pkg.so/ja/brew/doxygen/) - Build dependency declared by Homebrew.
- [cython](https://pkg.so/ja/brew/cython/) - Build dependency declared by Homebrew.
- [sip](https://pkg.so/ja/brew/sip/) - Build dependency declared by Homebrew.
- [wxlua](https://pkg.so/ja/brew/wxlua/) - Shares pkgdb curated category or tags: cli, cross-platform, developer-tools, gui-toolkit, language-bindings.
- [wxwidgets@3.2](https://pkg.so/ja/brew/wxwidgets-3-2/) - Shares pkgdb curated category or tags: cli, cross-platform, developer-tools, gui-toolkit.
- [xonsh](https://pkg.so/ja/brew/xonsh/) - Shares pkgdb curated category or tags: cli, cross-platform, developer-tools, python.
- [gi-docgen](https://pkg.so/ja/brew/gi-docgen/) - Shares pkgdb curated category or tags: api-reference, cli, developer-tools, python.
- [cmake](https://pkg.so/ja/brew/cmake/) - Shares pkgdb curated category or tags: cli, cross-platform, developer-tools.
- [uv](https://pkg.so/ja/brew/uv/) - Shares pkgdb curated category or tags: cli, developer-tools, python.
- [pipx](https://pkg.so/ja/brew/pipx/) - Shares pkgdb curated category or tags: cli, developer-tools, python.

## Combined YAML source

View the package source record on GitHub. [combined/wxpython.yml](https://github.com/mxcl/pkgdb/blob/main/combined/wxpython.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- cross-ecosystem install command graph
