Hi I've developed my glade project using python. I then use gladex to turn the simulator.glade file into two separate files
A simulator.py file launches the GUI A simulator_callbacks.py file has all of the callbacks of the widgets The problem is that the simulator_callbacks.py file is HUGE (6000+ lines). I would like to split it up but I don't know how b/c there are so many global variables. Any help would be appreciated. Cheers Peyman Askari _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
