[Zope] Newbie product question
Dieter Maurer
dieter@handshake.de
Tue, 20 Aug 2002 23:17:58 +0200
Marie Robichon writes:
> ...
> My code (patchwork of other examples) manages to create the
> OrderedFolderish item but no page template is created inside it.
> try:
> self._setObject('contents_html',
> PageTemplate.PageTemplate('contents_html'))
> except:
> pass
Remove the "try: ... except: pass" to see what goes wrong.
If you do not understand the exception, come back with the following
information: Error Type, Error Value and the traceback (at least
the last lines; the complete one, if it is not too long).
Dieter