views:

23

answers:

0

hi,

i have decided to ditch django in favour of cheetah and something strange has happened.

on the appengine server it appears to work fine (simple demo), but on my local appengine host it complains of

File "/Users/sharif/Projects/myProject/main.py", line 7, in <module>
from Cheetah.Template import Template
ImportError: No module named Cheetah.Template

The folder exists and so do the files (as it works remotely) so what have i done wrong locally?