Re: [pygtk] Re: ANNOUNCE: GnomePython 2.12.1

2005-10-03 Thread Rich Burridge
Meir Kriheli wrote: You can also utilize the shell and pydoc, no need for a script, here's a bash one liner (the following should be on the same line, in case mail clients break it to 2): for i in gconf gnome gnome.ui gnome.ui gnomevfs bonobo bonobo.ui bonobo.activation; do pydoc $i > $i.txt; do

Re: [pygtk] Re: ANNOUNCE: GnomePython 2.12.1

2005-10-03 Thread Meir Kriheli
Germán Poó Caamaño wrote:>> >>>Actually, this is perfect. My Python skills are limited, so >>>can you tell me is there an easy way to get it to do >>>"help( name>)" and redirect the output to a file? > > > Oops. I didn't notice that you wanted one file per module. > > The trick should be some

Re: [pygtk] Re: ANNOUNCE: GnomePython 2.12.1

2005-10-03 Thread Germán Poó Caamaño
Le lundi 03 octobre 2005 à 14:58 -0400, Germán Poó Caamaño a écrit : > Le lundi 03 octobre 2005 à 09:41 -0700, Rich Burridge a écrit : > > Johan Dahlin wrote: > > > > > This is found as gtk.glade > > > > Thanks (and to Germán who also mentioned it). > > > > > > > >> "import pygtk"

Re: [pygtk] Re: ANNOUNCE: GnomePython 2.12.1

2005-10-03 Thread Germán Poó Caamaño
Le lundi 03 octobre 2005 à 09:41 -0700, Rich Burridge a écrit : > Johan Dahlin wrote: > > > This is found as gtk.glade > > Thanks (and to Germán who also mentioned it). > > > > >> "import pygtk" External > > > > > > You also have: gtk.keysyms, gtk.gdk and gtk.compat (for so

Re: [pygtk] Re: ANNOUNCE: GnomePython 2.12.1

2005-10-03 Thread Johan Dahlin
> In python is possible to try: > > >>>import gconf > >>>help(gconf) I will also be able to do this for the PyGtk doc and bring it all into files in the architecture project case directory (thereby making a snapshot of the actual documentation). Oh I forgot that :-) One thing you cannot ex

Re: [pygtk] Re: ANNOUNCE: GnomePython 2.12.1

2005-10-03 Thread Rich Burridge
Johan Dahlin wrote: This is found as gtk.glade Thanks (and to Germán who also mentioned it). "import pygtk" External You also have: gtk.keysyms, gtk.gdk and gtk.compat (for some compatilibity with ancient versions) Not needed, only a wrapper for handling multiple i

Re: [pygtk] Re: ANNOUNCE: GnomePython 2.12.1

2005-10-03 Thread Johan Dahlin
Rich Burridge wrote: Hi. We (Sun Microsystems) are in the process of integrating PyORBIT, PyGtk and gnome-python into our next major Solaris JDS (GNOME) release. One of the steps in order to achieve this is to get the project reviewed by an architectural review committee. The committee has a "2

Re: [pygtk] Re: ANNOUNCE: GnomePython 2.12.1

2005-10-03 Thread Germán Poó Caamaño
Le lundi 03 octobre 2005 à 08:22 -0700, Rich Burridge a écrit : > Hi. > > We (Sun Microsystems) are in the process of integrating PyORBIT, PyGtk and > gnome-python into our next major Solaris JDS (GNOME) release. One of the > steps in order to achieve this is to get the project reviewed by an > ar

[pygtk] Re: ANNOUNCE: GnomePython 2.12.1

2005-10-03 Thread Rich Burridge
Hi. We (Sun Microsystems) are in the process of integrating PyORBIT, PyGtk and gnome-python into our next major Solaris JDS (GNOME) release. One of the steps in order to achieve this is to get the project reviewed by an architectural review committee. The committee has a "20 questions" document.