|
From: Theo D. <td...@st...> - 2007-05-31 02:19:06
|
Bill,
Thanks, that seems like a good idea, but when I try to use it, I get the
error:
Traceback (most recent call last):
File "/Users/Theo/Documents/email2.py", line 7, in <module>
f.show(0)
File "/Users/Theo/Documents/email.py", line 11, in show
show(obj,self.visible)
NameError: global name 'show' is not defined
I assume this is a problem with recursion; how do I fix this?
Thanks,
Theo
|