"Erick" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Ah, you're running into the "old-style classes vs. new style classes".
> Try subclassing from "object".
>
> For example:
>
> >>> class A(object):

That works! :) I guess I am fortunate to be running 2.2 - looks kinda ugly
prior to that.

> Check out the following article, it should answer your questions:
>
http://www.python.org/doc/2.2.3/whatsnew/sect-rellinks.html#SECTION000310000000000000000


Thank you both for your replies! :)
-ej


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to