Re: [g-a-devel] at-spi2 tests

2010-01-14 Thread Mark Doffman
Hi Halim, pyatspi has to send out 'fake' children-changed events for when an application is added. Seemingly these arn't being constructed properly. I have added a bug in bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=26040 Please feel free to add yourself to the CC list. There should

Re: [g-a-devel] at-spi2 tests

2010-01-14 Thread Halim Sahin
hi, python-dbus is python-dbus_0.83.0-1ubuntu2_i386.deb I have also tried 0.82 from git. BR. halim ___ Gnome-accessibility-devel mailing list Gnome-accessibility-devel@gnome.org http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel

Re: [g-a-devel] at-spi2 tests

2010-01-14 Thread Jason White
It will probably help if you identify which version of the python-dbus package you are using. ___ Gnome-accessibility-devel mailing list Gnome-accessibility-devel@gnome.org http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel

Re: [g-a-devel] at-spi2 tests

2010-01-14 Thread Jason White
Halim Sahin wrote: > Python 2.6 is standard in lucid so it should be work with this. > > Do I really need to downgrade python for at-spi2 to work? > Or it's enough to do something with dbus python bindings? I'm just making the suggestion as a way of identifying whether there has been an API chan

Re: [g-a-devel] at-spi2 tests

2010-01-14 Thread Halim Sahin
Hi, Python 2.6 is standard in lucid so it should be work with this. Do I really need to downgrade python for at-spi2 to work? Or it's enough to do something with dbus python bindings? BR. Halim Halim ___ Gnome-accessibility-devel mailing list Gnome-acce

Re: [g-a-devel] at-spi2 tests

2010-01-14 Thread Jason White
Halim Sahin wrote: > File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 232, in __init__ > _dbus_bindings.validate_bus_name(bus_name) > TypeError: validate_bus_name() argument 1 must be string, not dbus.Struct > > I.ve used latest git versions of atk at-spi2core and pyatspi from git.

[g-a-devel] at-spi2 tests

2010-01-14 Thread Halim Sahin
Hi folks, I thought i:d give it a try. the following problem ocoured after starting orca: Traceback (most recent call last): File "/usr/lib/python2.6/dist-packages/pyatspi/busutils/bus.py", line 74, in _event_dispatch func (*args, **kwargs) File "/usr/lib/python2.6/dist-packages/pyatspi/ap