> > But it failed: > > --------------8<-------------------- >>>> from web.contrib.template import render_cheetah > Traceback (most recent call last): > File "<stdin>", line 1, in ? > ImportError: No module named contrib.template > --------------8<--------------------
It works for me. [EMAIL PROTECTED]:/tmp/webpy.dev$ python Python 2.4.3 (#2, Mar 7 2008, 01:54:14) [GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from web.contrib.template import render_cheetah >>> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
