Re: GTK and accessibility

2010-02-04 Thread Nagappan Alagappan
Hi Javier, Your script works perfectly fine with LDTPv2 on Ubuntu 9.10. Thanks Nagappan On Thu, Feb 4, 2010 at 9:09 AM, Javier Collado wrote: > Hello, > > I've tried to use those flags also with Ubuntu Lucid and ldtp 2.0.2 with > similar > results. > > In particular, when the script is launche

Re: GTK and accessibility

2010-02-04 Thread Javier Collado
Hello, I've tried to use those flags also with Ubuntu Lucid and ldtp 2.0.2 with similar results. In particular, when the script is launched from the gtk application, I get: [Errno 111] Connection refused Is this really an LDTP problem or an accessibility problem? I mean, if I had used pyatspi di

Re: GTK and accessibility

2010-02-04 Thread Eitan Isaacson
On Thu, 2010-02-04 at 10:35 +0100, Javier Collado wrote: > I tried the GTK_MODULES trick you suggested, but to no avail. Did you try this? os.environ['NO_GAIL'] = '1' os.environ['NO_AT_BRIDGE'] = '1' ___ gnome-accessibility-list mailing list gnome-a

Re: GTK and accessibility

2010-02-04 Thread Nagappan Alagappan
Hi Javier, On Thu, Feb 4, 2010 at 1:35 AM, Javier Collado wrote: > Hello Nagappan, > > I'm doing fine, thanks. Still working on GUI automation. > > I tried the GTK_MODULES trick you suggested, but to no avail. At first, > there > are no errors, is just that the ldtp script freezes and there's no

Re: GTK and accessibility

2010-02-04 Thread Javier Collado
Hello Nagappan, I'm doing fine, thanks. Still working on GUI automation. I tried the GTK_MODULES trick you suggested, but to no avail. At first, there are no errors, is just that the ldtp script freezes and there's nothing else to do. However, if you wait long enough you get an 'Invalid response

Re: GTK and accessibility

2010-02-03 Thread Nagappan Alagappan
Hi Javier, After long time :) How are you doing ? On Wed, Feb 3, 2010 at 3:36 AM, Javier Collado wrote: > Hello, > > I'm trying to launch an LDTP script from a gtk application written in > python > using subprocess standard module in Ubuntu Karmic. > I think you have unset some environment var

GTK and accessibility

2010-02-03 Thread Javier Collado
Hello, I'm trying to launch an LDTP script from a gtk application written in python using subprocess standard module in Ubuntu Karmic. I've read that there are some problems with accessibility when threads are being used. However, my understanding is that I shouldn't have any problem if a launch