[Zope] Python product - inherittance

2000-10-25 Thread Petr Knapek
Hi Zopists, I have a problem with inherittance of my publishable python classes. I created in python classA and classB(classA) classA has functionA and classB has functionB. In __init__.py of my product I register only classB. My problem is that it is not possible to call functionA of an

Re: [Zope] Python product - inherittance

2000-10-25 Thread Andy McKay
Attribute error means it can find some value. Without some more information it is impossible to say. - Original Message - From: "Petr Knapek" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 25, 2000 1:02 PM Subject: [Zope] Python product - inherittance Hi Z

Re: [Zope] Python product - inherittance

2000-10-25 Thread Ender
Petr Knapek wrote: Hi Zopists, I have a problem with inherittance of my publishable python classes. I created in python classA and classB(classA) classA has functionA and classB has functionB. In __init__.py of my product I register only classB. My problem is that it is not