I'm using python 2.6.1, on windows Vista. I installed Cheetah successfully, and am using it in conjunction with Django. I am converting a site that was powered by Webpy and Cheetah into a Django powered site that uses the Cheetah templating system.
However, when testing I got this error message in command prompt:
You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper. "\nYou don't have the C version of NameMapper installed! "
I know on the Cheetah homepage they have downloads for the C version of NameMapper for python 2.4 and python 2.5. I downloaded the 2.5 version but couldn't figure out how to install, and wasn't even sure if that would work as I am using python 2.6.1.
Any help would be greatly appreciated.