[pygtk] Pygtk 3 divide a program into two or more files

2013-06-10 Thread Mariano Gaudix
How I can divide a program into two or more files using pygtk 3 ? . I need an example with pygtk 3 . I program with Gtk 3 usingheader file for divide a program . best regards Mariano ___ pygtk mailing list pygtk@daa.com.au

Re: [pygtk] Pygtk 3 divide a program into two or more files

2013-06-10 Thread Timo
Op 08-06-13 22:06, Mariano Gaudix schreef: How I can divide a program into two or more files using pygtk 3 ? . I need an example with pygtk 3 . I program with Gtk 3 usingheader file for divide a program . Can't you just import the file like you would do with any other Python module?