SimpleTAL is a stand alone Python implementation of the TAL, TALES and METAL specifications used in Zope to power HTML and XML templates. SimpleTAL is an independent implementation of TAL; there are no dependencies on Zope nor is any of the Zope work re-used.
SimpleTAL is a stand alone Python implementation of the TAL, TALES and METAL specifications used in Zope to power HTML and XML templates. SimpleTAL is an independent implementation of TAL; there are no dependencies on Zope nor is any of the Zope work re-used.
To install py27-simpletal, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-simpletal
To see what files were installed by py27-simpletal, run:
port contents py27-simpletal
To later upgrade py27-simpletal, run:
sudo port selfupdate && sudo port upgrade py27-simpletal
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.