global name not defined :$

2005-06-20 Thread Anna M.
enough for you guys to see the problem, how ever the class is almost 200 lines so I just didn’t want to put it all in the post.   Many thanks, Anna M.   class node:     def __init__(self,g=None):     self.data="">     self.parent=None     self.child=[None,None]

Tabnanny?

2005-06-08 Thread Anna M.
Hello, i am very new to this.  Only heard of python a week ago and have never posted before anywhere.  But I am trying to rewrite a program that I made in C++ in Python, a radixSort I did as a school project.  I get a Tabnanny Tokenizing Error that says Token Error: EOF in multi-line statem

RE: Tabnanny?

2005-06-08 Thread Anna M.
see what is happening. > >See ya ! > >Em Quarta 08 Junho 2005 23:36, Anna M. escreveu: >> Hello, i am very new to this. Only heard of python a week ago and have >> never posted before anywhere. But I am trying to rewrite a program that >I >> made in C++ in Pyth