Okay, I got the get_path function to print. Is there way to get return values? I was hoping to be able to write get_path and get_pattern functions and then use these functions inside the glob_files function.
My main problem is I am not sure how to get data from the two text entry widgets into the glob_files function. Do you have any suggestions? --- "Felix Rabe (public)" <[EMAIL PROTECTED]> wrote: > Hi, > > Christopher Spears wrote: > > def get_path(self, widget, entry, path): > > Just remove the "path" argument. Also, since it is > a callback, you > won't ever see your return value again (it is just > dismissed to > nowhere). Either print base_path, or > set_text(base_path) on a widget. > > Greetings, > Felix > _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
