Re: [pygtk] GnomePython and GnomePythonExtras

2005-06-06 Thread Eric Jardim
On 6/6/05, Sjoerd Simons <[EMAIL PROTECTED]> wrote: python-gnome2-extras is available in experimental. With therelease of Sarge today, it will probably become available in unstable RSN.  Sjoerd Hmm, I saw that ubuntu had this package on their "breezy", but could not see it at debian unstable. I did

[pygtk] gtk icons glade

2005-06-06 Thread vector
Hi all Im using glade to help learn to build a front end and in its image drop down list there are a stack of icons. Where are these Icons stored? I have searched the hd but cant find them as png etc. are they stored in a special way? Im chasing a strange one here. when I insert my made icon w

Re: [pygtk] GnomePython and GnomePythonExtras

2005-06-06 Thread Sjoerd Simons
On Mon, Jun 06, 2005 at 07:36:55PM -0300, Eric Jardim wrote: > Hi, folks... > > Is anybody here responsible (or know who is) for the GnomePython and > GnomePythonExtras projects? > > Besides, I know that GnomePython is already packaged on Debian (unstable), > but I cannot find GnomePythonExtras

[pygtk] GnomePython and GnomePythonExtras

2005-06-06 Thread Eric Jardim
Hi, folks... Is anybody here responsible (or know who is) for the GnomePython and GnomePythonExtras projects? Besides, I know that GnomePython is already packaged on Debian (unstable), but I cannot find GnomePythonExtras. Is there any (hard) dependencies to put it on Debian? And what about the d

[pygtk] Adding key bindings to a SourceView instance

2005-06-06 Thread Oliver Andrich
Hi, after returning to python after somewhat getting of the right way :), I am toying around pygtk and GtkSourceView. May be I have missed something, overread a part of the tutorial, but how do I add a key binding to a pygtk widget? Or SourceView? What I like to achieve is, that as soon as I hit

Fwd: [pygtk] Image rendering

2005-06-06 Thread Chris Lambacher
Sorry, reply to all is not the default in gmail. -Chris -- Forwarded message -- From: Chris Lambacher <[EMAIL PROTECTED]> Date: Jun 6, 2005 2:10 PM Subject: Re: [pygtk] Image rendering To: Prash <[EMAIL PROTECTED]> gtk.gdk.PixbufLoader looks like it will do what you want: http:/

Re: [pygtk] Image rendering

2005-06-06 Thread Prash
Sorry I didn;t mention in my post - I wanted to display that raw data directly than having to save it to a file. Is this possible? On 6/6/05, Jody Steele <[EMAIL PROTECTED]> wrote: > One way to do it, maybe not the "correct" way, would to be create a > temporary file that contains the contents of

Re: [pygtk] what to use except of gtk.main()?

2005-06-06 Thread Johan Dahlin
if __name__ == "__main__": gtk.gdk.threads_init() threads_init should be called earlier, before any calls are made to gobject or gtk. It should be called right after importing gtk to avoid any surprises. -- Johan Dahlin <[EMAIL PROTECTED]> Async Open Source __