It worked like a charm!
Thank you so much!!

Lauren



> If method1 and method2 are both methods of the same class, just save
> myGrid as an attribute of the class rather than having it as a local
> variable in method1. I.e.
>
> def method1(self):
>   self.myGrid = ...
>
> def method2(self):
>   self.myGrid.SetCellValue(...)
>
> Kent
>


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to