Re: Fso Python binding

2009-02-16 Thread Guillaume Chereau
On Mon, 2009-02-16 at 09:28 +0100, Michele Renda wrote: > This was my second question. I come from Java, so the convention are > "getName", "setAge". > But now, thinking to pygtk, I remember that the convention was > "get_name","set_age". I will fix it. > Can you please confirm that the Python co

Re: Fso Python binding

2009-02-16 Thread rhn
Wiadomość Oryginalna Od: Michele Renda > Hello to all > > I am writing here to show something I was working today, and I'd like to > know your opinions. > I try to explain with a few of words. How someone of you know, I wrote > Sephora. In lastest day I lost some time to trying to fix

Re: Fso Python binding

2009-02-16 Thread Michele Renda
On 16/02/2009 08:14, Guillaume Chereau wrote: > Yes but I was thinking of cli-framework where you interactively create > and manipulate the proxies objects. There the auto-completion would work > and be very helpful. > > I never listened about cli-framework... and now you made me curious. I wil

Re: Fso Python binding

2009-02-15 Thread Guillaume Chereau
On Mon, 2009-02-16 at 07:51 +0100, Michele Renda wrote: > On 16/02/2009 03:44, Guillaume Chereau wrote: > > Hi Michele, > > > Hello Guillaume > > I share your feeling that directly using dbus in python is a little bit > > tedious. > > I didn't try your your code, just had a look at it, I like h

Re: Fso Python binding

2009-02-15 Thread Michele Renda
On 16/02/2009 03:44, Guillaume Chereau wrote: > Hi Michele, > Hello Guillaume > I share your feeling that directly using dbus in python is a little bit > tedious. > I didn't try your your code, just had a look at it, I like how the dbus > methods are directly added into the object instead of us

Re: Fso Python binding

2009-02-15 Thread Guillaume Chereau
Hi Michele, I share your feeling that directly using dbus in python is a little bit tedious. I didn't try your your code, just had a look at it, I like how the dbus methods are directly added into the object instead of using the __getattr__ method, it means we can use automatic completion from the

Fso Python binding

2009-02-15 Thread Michele Renda
Hello to all I am writing here to show something I was working today, and I'd like to know your opinions. I try to explain with a few of words. How someone of you know, I wrote Sephora. In lastest day I lost some time to trying to fix sephora with the new fso milestone. Where I was working I reali