Debian users can get wxPython from the Debian pacakge distribution system and can be installed with apt-get. Look for packages named libwxgtkX.Y-python where X.Y is the major version numbers.
我用的是:
sudo apt-get install libwxgtk2.6-0
本文介绍了如何在Debian系统中使用包管理系统apt-get来安装wxPython。具体步骤包括查找并安装名为libwxgtkX.Y-python的软件包,其中X.Y为版本号。例如,可以使用命令sudo apt-get install libwxgtk2.6-0进行安装。

被折叠的 条评论
为什么被折叠?