Python interface to the wxWidgets 3.2 cross platform GUI
wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the wxWidgets cross platform GUI library, written in C++.
wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the wxWidgets cross platform GUI library, written in C++.
To install py311-wxpython-4.0, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-wxpython-4.0
To see what files were installed by py311-wxpython-4.0, run:
port contents py311-wxpython-4.0
To later upgrade py311-wxpython-4.0, run:
sudo port selfupdate && sudo port upgrade py311-wxpython-4.0
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.