Re: sending values over classes

2006-08-19 Thread Rafał Janas
Hi, Exactly I want to set global value (like session - who is log in) I writing simple program with more than one class - every window has different class in different file. Example: 2 files (main and wind). Main is main window and wind is child window. I want to send value from main to child from

Re: sending values over classes

2006-08-19 Thread Rob Wolfe
"Rafał Janas" <[EMAIL PROTECTED]> writes: > Hi, > > How to read/write value over different classes (in different files) > Something like global values? You need to be more specific about what exactly you're trying to accomplish. Some code whould be great. Maybe import statement is what you're lo

sending values over classes

2006-08-19 Thread Rafał Janas
Hi, How to read/write value over different classes (in different files) Something like global values? Thanks Rafał -- http://mail.python.org/mailman/listinfo/python-list