On Mar 3, 2009, at 7:51 PM, Peyman wrote: > 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.
I personally quickly abandoned generating code from glade and started using libglade to instantiate the UI that I developed in glade. That way the only obscure code I have to deal with, is my own. > > Cheers > > > Peyman Askari > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://faq.pygtk.org/ > > > -- Steve McClure [email protected] _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
