On Thu, 11 Oct 2001, Brice VISSIERE wrote: > Why nothing happens I close an instance of my_win_class ? > Obviously, it's ok when my callback is declared in the imported module, but > i need to have the callback in the main module.
Are any warnings printed? AFAICT you just need to prefix the function name with the imported module as in: my_imported_module.my_callback rotfl with the names Take care, -- Christian Reis, Senior Engineer, Async Open Source, Brazil. http://async.com.br/~kiko/ | [+55 16] 272 3330 | NMFL _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk
