Re: Nautilus Python

2010-09-29 Thread Lawrence D'Oliveiro
In message mailman.1101.1285626719.29448.python-l...@python.org, 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-28 Thread Wayne Brehaut
On Mon, 27 Sep 2010 20:57:09 -0700 (PDT), Peter peter.milli...@gmail.com wrote: On Sep 28, 12:31 pm, Steven D'Aprano steve-REMOVE- 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

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):

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? --

Re: Nautilus Python

2010-09-27 Thread Peter
On Sep 28, 12:31 pm, Steven D'Aprano steve-REMOVE- 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; - You get a core dump; - You get an exception; - It hangs

ANNOUNCE: nautilus-python 0.4.1

2005-09-22 Thread Johan Dahlin
I am pleased to announce the first public release of nautilus-python. The new release is available from ftp.gnome.org: http://ftp.gnome.org/pub/GNOME/sources/nautilus-python/0.4/nautilus-python-0.4.1.tar.gz What's new since 0.4.1: * Memory leaks plugged (Gustavo) * Do not install examples

ANNOUNCE: nautilus-python 0.4.0

2005-05-31 Thread Johan Dahlin
I am pleased to announce the first public release of nautilus-python. The new release is available from ftp.gnome.org: http://ftp.gnome.org/pub/GNOME/sources/nautilus-python/0.4/nautilus-python-0.4.0.tar.gz I'd like to thank the following people, for helping me during the development