I used bzr to get the lastest version of webpy, and installed Cheetah.
But how can i make them work together?
----------8<-------------
>>> import web.cheetah
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.4/site-packages/web/cheetah.py", line 13,
in ?
from webapi import ctx, header, output, input, cookies, loadhooks
ImportError: cannot import name output
----------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
-~----------~----~----~----~------~----~------~--~---