标签:wxpython
Ubuntu下build wxPython报错configure: error: GStreamer not available
百度到如下页面http://wxpython-users.1045709.n5.nabble.com/Linux-configure-fails-on-GStreamer-td3271417.html
执行如下命令后正常
sudo apt install python-gst0.10-dev
结果虽然用"./configure && make && sudo make install" 将wxPython安装上了,但是无法使用。
再找后 可以直接安装sudo apt install wxglade
标签:wxpython
原文地址:http://swordautumn.blog.51cto.com/1485402/1925233