import vte
(the python vte wrapper is installed from RH5 by default. On RH4 I
took the debian package, done a dep-to-rpm conversion and installed
it)

term = vte.Terminal()
term.fork_command(command)

I found some help in the Ruby manual for vte and of course in google
code search.

>
> On Nov 18, 2007 5:30 AM, Osmo Salomaa <[EMAIL PROTECTED]> wrote:
> > la, 2007-11-17 kello 11:20 +0100, François Ingelrest kirjoitti:
> > > You should take a look at the VTE widget, which is used by gnome-terminal:
> > >
> > > http://library.gnome.org/devel/vte/
> > >
> > > On Nov 17, 2007 11:15 AM, airton arantes <[EMAIL PROTECTED]> wrote:
> > > > I already searched in the google but nothing were found.
> > > >
> > > > I wonder in how to do to put a gnome-terminal in my pygtk
> > > > applications, what I have that to search?
> >
> > If you specifically want the terminal to look and behave exactly like
> > gnome-terminal, take a look at gedit's terminal plugin, which sets the
> > vte properties to match those defined for gnome-terminal in gconf.
> >
> > http://svn.gnome.org/viewvc/gedit-plugins/trunk/plugins/terminal/
> >
> > --
> > Osmo Salomaa <[EMAIL PROTECTED]>
> >
> > _______________________________________________
> > pygtk mailing list   pygtk@daa.com.au
> > http://www.daa.com.au/mailman/listinfo/pygtk
> > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
> >
>
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to