Re: destructor not called
Marcin201 a écrit : class Foo: def __init__(self): print "Hello" self.f = self.fxn Maybe self.f = self.fxn() is what you want. Note the '()'. -- Michel Leunen http://linux.leunen.com -- http://mail.python.org/mailman/listinfo/python-list
Re: Python Nautilus script
#x27;t work with mine. The problem is that Nautilus scripts are hard to debug. Thanks for your help, Michel -- Michel Leunen http://linux.leunen.com -- http://mail.python.org/mailman/listinfo/python-list