On Jun 9, 7:25 pm, "Anand Chitipothu" <[EMAIL PROTECTED]> wrote:
> > So how should i use Cheetah template engine in webpy 0.3?
>
> use web.contrib.template.render_cheetah.

Thanks Anand. :)

But it seems there is a bug while install webpy.dev, it didn't install
web/contrib/*:

------------8<---------
# python setup.py install
running install
running build
running build_py
running install_lib
creating /usr/lib/python2.4/site-packages/web
copying build/lib/web/form.py -> /usr/lib/python2.4/site-packages/web
copying build/lib/web/cheetah.py -> /usr/lib/python2.4/site-packages/
web
copying build/lib/web/http.py -> /usr/lib/python2.4/site-packages/web
copying build/lib/web/debugerror.py -> /usr/lib/python2.4/site-
packages/web
copying build/lib/web/utils.py -> /usr/lib/python2.4/site-packages/web
copying build/lib/web/webopenid.py -> /usr/lib/python2.4/site-packages/
web
copying build/lib/web/session.py -> /usr/lib/python2.4/site-packages/
web
copying build/lib/web/webapi.py -> /usr/lib/python2.4/site-packages/
web
copying build/lib/web/httpserver.py -> /usr/lib/python2.4/site-
packages/web
copying build/lib/web/__init__.py -> /usr/lib/python2.4/site-packages/
web
copying build/lib/web/template.py -> /usr/lib/python2.4/site-packages/
web
copying build/lib/web/net.py -> /usr/lib/python2.4/site-packages/web
copying build/lib/web/wsgi.py -> /usr/lib/python2.4/site-packages/web
copying build/lib/web/application.py -> /usr/lib/python2.4/site-
packages/web
copying build/lib/web/db.py -> /usr/lib/python2.4/site-packages/web
creating /usr/lib/python2.4/site-packages/web/wsgiserver
copying build/lib/web/wsgiserver/__init__.py -> /usr/lib/python2.4/
site-packages/web/wsgiserver
copying build/lib/web/request.py -> /usr/lib/python2.4/site-packages/
web
byte-compiling /usr/lib/python2.4/site-packages/web/form.py to
form.pyc
byte-compiling /usr/lib/python2.4/site-packages/web/cheetah.py to
cheetah.pyc
byte-compiling /usr/lib/python2.4/site-packages/web/http.py to
http.pyc
byte-compiling /usr/lib/python2.4/site-packages/web/debugerror.py to
debugerror.pyc
byte-compiling /usr/lib/python2.4/site-packages/web/utils.py to
utils.pyc
byte-compiling /usr/lib/python2.4/site-packages/web/webopenid.py to
webopenid.pyc
byte-compiling /usr/lib/python2.4/site-packages/web/session.py to
session.pyc
byte-compiling /usr/lib/python2.4/site-packages/web/webapi.py to
webapi.pyc
byte-compiling /usr/lib/python2.4/site-packages/web/httpserver.py to
httpserver.pyc
byte-compiling /usr/lib/python2.4/site-packages/web/__init__.py to
__init__.pyc
byte-compiling /usr/lib/python2.4/site-packages/web/template.py to
template.pyc
byte-compiling /usr/lib/python2.4/site-packages/web/net.py to net.pyc
byte-compiling /usr/lib/python2.4/site-packages/web/wsgi.py to
wsgi.pyc
byte-compiling /usr/lib/python2.4/site-packages/web/application.py to
application.pyc
byte-compiling /usr/lib/python2.4/site-packages/web/db.py to db.pyc
byte-compiling /usr/lib/python2.4/site-packages/web/wsgiserver/
__init__.py to __init__.pyc
byte-compiling /usr/lib/python2.4/site-packages/web/request.py to
request.pyc
#
---------8<---------------------
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to