Help needed in OOP-Python

Fredrik Lundh fredrik at pythonware.com
Wed Oct 5 01:56:06 EDT 2005


Toufeeq Hussain wrote:

> I have 3 modules which have class declarations in them and which implement
> multiple inheritance.

> Traceback (most recent call last):
> File "E:\PyPBM\PyPBM\test_case.py", line 7, in ?
>TH = constraint.Option1_Rule1()

there's no line that says "TH = constraint.Option1_Rule1()" in the
code you're posted.  looks like you didn't really post the code you
tested...

</F>






More information about the Python-list mailing list