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 py310-wxutils, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-wxutils
To see what files were installed by py310-wxutils, run:
port contents py310-wxutils
To later upgrade py310-wxutils, run:
sudo port selfupdate && sudo port upgrade py310-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.