Mongoose catches runaway Pythons. It provides a graceful exit and report when an uncaught Python exception occurs in deployed production or beta software, catches and reports otherwise unhandled Python exceptions in a helpful and extensible manner, automatically generates an unique Mongoose Incident Identifier to help you track the same bug across multiple computers.
Mongoose catches runaway Pythons. It provides a graceful exit and report when an uncaught Python exception occurs in deployed production or beta software, catches and reports otherwise unhandled Python exceptions in a helpful and extensible manner, automatically generates an unique Mongoose Incident Identifier to help you track the same bug across multiple computers.
To install py27-mongoose, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-mongoose
To see what files were installed by py27-mongoose, run:
port contents py27-mongoose
To later upgrade py27-mongoose, run:
sudo port selfupdate && sudo port upgrade py27-mongoose
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.