Provides wxPython utilities and convenience functions.
Provides wxPython utilities and convenience functions. The wxutils library is a small collection of functions and classes, and is by no means comprehensive. The aim is to simplify code, reduce boiler-plate, make wxPython coding a bit more python-like, and prevent repeating code across several projects.
Provides wxPython utilities and convenience functions. The wxutils library is a small collection of functions and classes, and is by no means comprehensive. The aim is to simplify code, reduce boiler-plate, make wxPython coding a bit more python-like, and prevent repeating code across several projects.
To install py311-wxutils, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-wxutils
To see what files were installed by py311-wxutils, run:
port contents py311-wxutils
To later upgrade py311-wxutils, run:
sudo port selfupdate && sudo port upgrade py311-wxutils
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.