Re: [Zope] Not able to render a base class...

2000-09-05 Thread Kapil Thangavelu
Brian Withun wrote: > > = :PREFACE: = > > I have placed the __init.py__ and Renderable.py into > .\lib\python\Products\Renderable and have restarted Zope (necessary? ..I'm > too used to windows ;-) > > I made a trivial little Folderish ZClass and am trying to get it to render > itself.

RE: [Zope] Not able to render a base class...

2000-09-08 Thread Brian Withun
| -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kapil | Thangavelu | Sent: Tuesday, September 05, 2000 12:11 PM | To: Brian Withun | Cc: Zope mailing list | Subject: Re: [Zope] Not able to render a base class... | | | Brian Withun wrote

RE: [Zope] Not able to render a base class...

2000-09-08 Thread R. David Murray
On Fri, 8 Sep 2000, Brian Withun wrote: > I was rather expecting to see 'Renderable' as an option in the BASE CLASSES, > but it's not there. If it's supposed to be there, can you fathom what I may > have done wrong? You need to install the Renderable product. --RDM ___