On Sep 2, 4:31 am, ssecorp <[EMAIL PROTECTED]> wrote:
> X.__dict__() and ngot a dict of its variables.
>
> Now i get errors doing this. what am i doing wrong?
The immediate problem is you're not reading the error messages.
>>> X.__dict__()
Traceback (most recent call last):
File "", line 1, in
ssecorp a écrit :
I did nce (I think).
class X
X.__dict__() and ngot a dict of its variables.
Now i get errors doing this. what am i doing wrong?
cf Wojtek's answer.
--
http://mail.python.org/mailman/listinfo/python-list
On Mon, 1 Sep 2008 11:31:42 -0700 (PDT), ssecorp wrote:
> I did nce(I think).
>
> class X
>
> X.__dict__() and ngot a dict of its variables.
>
> Now i get errors doing this. what am i doing wrong?
You're not asking smart questions:
http://www.catb.org/~esr/faqs/smart-questions.html
HINT: the attr
I did nce(I think).
class X
X.__dict__() and ngot a dict of its variables.
Now i get errors doing this. what am i doing wrong?
--
http://mail.python.org/mailman/listinfo/python-list