[pygtk] Totals in TreeView

2008-09-30 Thread Alessandro Dentella
Hi list, I try wit a different subject... sometime that makes the difference! I guess I'm not the only one that tried adding a different look for a row. In internet there's plenty of solutions via a model column and some via set_cell_data_func. I tried this but whet happens is that

[pygtk] Downloading a file without locking the GUI

2008-09-30 Thread Timo
I want to download a file by pressing a button in my GUI, all works so that's okay. Offcourse my GUI locks up during the download. I tried some things like writing a thread and using gobject.idle_add. But none of these worked. Anyone can point me out to some kind of example or tutorial? Thanks.

Re: [pygtk] Downloading a file without locking the GUI

2008-09-30 Thread John Stowers
On Tue, 2008-09-30 at 12:53 +0200, Timo wrote: I want to download a file by pressing a button in my GUI, all works so that's okay. Offcourse my GUI locks up during the download. I tried some things like writing a thread and using gobject.idle_add. But none of these worked. Anyone can point

[pygtk] Confusing warning from Glade

2008-09-30 Thread skip
I have PYTHONSTARTUP set: % env | grep python.py PYTHONSTARTUP=/home/titan/skipm/.python.py For some reason, when I try to load a Glade file it peeks in that file and complains: GLADEFILE = makefiltergui.glade import gtk.glade wtree = gtk.glade.XML(GLADEFILE)

[pygtk] Memory leak when using pangocairo for animation

2008-09-30 Thread Seth Remington
Hello, I am not a member of the list but can confirm the OP's discovery of the memory leak. I was Googling for this and found this mailing list post and then noticed that the date was only three days ago (thanks for the quick indexing Google) and thought I should chime in. I have a custom cairo