wxPython 编译

技术 · 2022-10-13 · 258 人浏览

wxPython

x6NNVI.png

wxPython 是一个创建桌面 GUI 应用的跨平台工具包。
使用 wxPython,开发者可以在 Windows、Mac 和多种 Unix 系统上开发应用程序。

Github

步骤 (以 Linux 平台为例)

1.安装相关依赖

sudo apt install make gettext python3-dev gcc g++ libgtk-3-dev

2.安装 attrdict 库

pip install attrdict

请注意,在 Python 3.10 后,collections 变成了 collections.abc,因此需将 attrdict 库源码中 collections 替换为 collections.abc,以避免编译出错。

3.下载源码编译

pip install wxPython
Theme Jasmine by Kent Liao