在树莓派上安装wxpython(bd7iow---转自国外博客)
If you need to install wxPython on Raspbian Buster for a project, the installation of that module can be a little bit tricky. It needs to be compiled for Raspbian from source files to have something working nicely. Here you can find step by step explaination how to do it. Requirements Raspberry Pi Python 3.x time, lots of time Step 1 First, you need to open a terminal (shortcut ctrl + alt + t) sudo apt-get update sudo apt-get install dpkg-dev build-essential libjpeg-dev libtiff-dev libsdl1.2-dev libgstreamer-plugins-base0.10-dev libnotify-dev freeglut3 freeglut3-dev libwebkitgtk-dev libghc