Hi,
just switching from 0.22 to 0.23 (nothing else has been changed)
brings me the following error in cunjunction with Cheetah.
File "ShopBase.py", line 289, in doRender
web.render(self.templateFile)
File "./packages/web/cheetah.py", line 95, in render
return output(str(compiled_tmpl))
File "./packages/Cheetah/Template.py", line 982, in __str__
def __str__(self): return getattr(self, mainMethName)()
File "<string>", line 208, in respond
File "./packages/Cheetah/Template.py", line 1512, in
_handleCheetahInclude
nestedTemplateClass = compiler.compile(source=source,file=file)
File "./packages/Cheetah/Template.py", line 754, in compile
mod = new.module(uniqueModuleName)
TypeError: module.__init__() argument 1 must be string, not unicode
Is there any help for this?
Thanks
Erwin
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---