RE: [pygtk] any open source programms done with pygtk2 ?

2002-12-12 Thread Stephen Kennedy
I am looking for open source software written with Python and the Gtk2 bindings to see pygtk2 in action for real world applications in order to learn from the source code. are there any open source applications done with pygtk2 ? If you're interested in textview or treeview you could

[pygtk] How to add/remove titles from GtkCList?

2002-12-12 Thread Sandeep C
Hi, I need to add/remove titles from an CList. I have tried dir(gtk.CList) , but could not identify the proper method to be used. Will greatly appreciate your help. Even a link to a documentation will do. thanks in advance regards Sandeep C ___

[pygtk] error with libglade

2002-12-12 Thread Pier Carteri
Hi to all, I was playing a bit with pygtk+Glade+libglade. I've created a minimal Gnome gui with Glade (just click on the Glade Palette the Gnome-Application-Window button and save the file). When I've tried to display the gui I've received the following errors/warnings. (test:814):

Re: [pygtk] error with libglade

2002-12-12 Thread Christian Reis
On Thu, Dec 12, 2002 at 01:31:28PM +0100, Pier Carteri wrote: Hi to all, I was playing a bit with pygtk+Glade+libglade. I've created a minimal Gnome gui with Glade (just click on the Glade Palette the Gnome-Application-Window button and save the file). When I've tried to display the gui I've

[pygtk] GnomeEntry history example anyone?

2002-12-12 Thread Luc Lefebvre
Hi, I have been experimenting with the GnomeEntry widget and dont't seem to get it when it comes to history saving and loading. Does anyone know of an example somewhere that I could study? tia -- Luc Lefebvre o /`-'

[pygtk] port of editable_cells demo

2002-12-12 Thread David M. Cook
I ported the editable_cells.c demo to pygtk. Ridiculously, yahoo will not let you upload .py files, so I gzipped it. I need to get a better website provider. http://www.geocities.com/david_martin_cook/pygtk/ Dave Cook ___ pygtk mailing list [EMAIL

[pygtk] How do I find out what events a given Gtk or GNOME widget supports?

2002-12-12 Thread Luc Lefebvre
I quess the subject says it all... tia -- Luc Lefebvre o /`-' Open Source, a strategic choice \ www.eff.org for mission-critical applications___/___./ www.publicknowledge.org

Re: [pygtk] pipe.read - interrupted system call what's the story?

2002-12-12 Thread Oistein Aanensen
I asked the same question a week ago or something. I was receiving IOError, errno 4 when I was using pipe.readlines() together with pygtk. However the solution that solved my problem was to wait for the to finish before a was reading its output. I have actually never seen this problem using