%general-entities; ]> Mako-&mako-version; Mako Introduction to Mako Module Mako is a Python module that implements hyperfast and lightweight templating for the Python platform. &lfs80_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &Mako-md5sum; Download size: &Mako-size; Estimated disk space required: &Mako-buildsize; Estimated build time: &Mako-time; Mako Dependencies Required and User Notes: Installation of Mako Both Python 2 and Python 3 modules can be built and installed without any conflicts. To install the Python 2 module, run the following command as the root user: python setup.py install --optimize=1 To install the Python 3 module, run the following command as the root user: sed -i "s:mako-render:&3:g" setup.py && python3 setup.py install --optimize=1 Command Explanations sed -i "s:mako-render:&3:g" setup.py: This sed prevents setup.py from overwriting an already installed script by the Python 2 module. Remove it if you are building this module only for Python 3. Contents Installed Programs Installed Libraries Installed Directories mako-render and/or mako-render3 None /usr/lib/python&python2-majorver;/site-packages/mako, /usr/lib/python&python2-majorver;/site-packages/Mako-&mako-version;-py&python2-majorver;.egg-info and/or /usr/lib/python&python3-majorver;/site-packages/mako, /usr/lib/python&python3-majorver;/site-packages/Mako-&mako-version;-py&python3-majorver;.egg-info