> VK wrote: > >>Hi, all! >> >>In my programm i have to insert a variable from class 2 to class 1 and I >>get error NameError: global name 'd' is not defined. > > > Looking at your code snippet, I think you have a lot of other errors > before. > > >>class 1: >> self.entry = Entry(self.entryframe) > > NameError : self is not defined > > etc... >
That is not real code, only dummy describing the problem -- http://mail.python.org/mailman/listinfo/python-list
