Re: Nautilus Python

2010-09-29 Thread Lawrence D'Oliveiro
In message , Eduardo Ribeiro wrote: > But it doesn't work. What messages do you get? -- http://mail.python.org/mailman/listinfo/python-list

Re: Nautilus Python

2010-09-27 Thread Wayne Brehaut
On Mon, 27 Sep 2010 20:57:09 -0700 (PDT), Peter wrote: >On Sep 28, 12:31 pm, Steven D'Aprano t...@cybersource.com.au> wrote: >> On Mon, 27 Sep 2010 15:28:34 -0700, Eduardo Ribeiro wrote: >> > But it doesn't work. >> >> What do you mean "doesn't work"? >> >> - It crashes the operating system; >> -

Re: Nautilus Python

2010-09-27 Thread Peter
On Sep 28, 12:31 pm, Steven D'Aprano wrote: > On Mon, 27 Sep 2010 15:28:34 -0700, Eduardo Ribeiro wrote: > > But it doesn't work. > > What do you mean "doesn't work"? > > - It crashes the operating system; > - You get a core dump; > - You get an exception; > - It hangs forever, never doing anythin

Re: Nautilus Python

2010-09-27 Thread Steven D'Aprano
On Mon, 27 Sep 2010 15:28:34 -0700, Eduardo Ribeiro wrote: > But it doesn't work. What do you mean "doesn't work"? - It crashes the operating system; - You get a core dump; - You get an exception; - It hangs forever, never doing anything; - It does something unexpected; - Something else? -- S

Nautilus Python

2010-09-27 Thread Eduardo Ribeiro
I'm a python noob and wrote the following code for a nautilus extension: #!/usr/local/bin/python # -*- coding: utf-8 -*- import urllib import gtk import pygtk import nautilus import gconf import gtk.glade class Slide (nautilus.MenuProvider): f = None def __init__(self): self