Getting below error while installing Cheetah package (Cheetah-2.4.4) with python 3.4.3
Traceback (most recent call last):
File "setup.py", line 10, in <module>
import SetupTools
ImportError: No module named 'SetupTools'
Tries many ways resolving this but no luck. Can any one pls help me what is missing here.
This should be fixed in Cheetah 3, released today. Cheetah3 works with Python 3.3+.