Hello houda hocine,
I guess you have activated on your system accessibility ?
see Quickstart at: http://people.redhat.com/zcerza/dogtail/docs.html
Also important: activate it for that user which runs the example script
about missing packages:
which ones do you have ? see "Required Packages" at: http://people.redhat.com/zcerza/dogtail/downloads.html
Could you describe your system further please ? Which linux and which gnome version are you using ?
Does any of the other provided examples run successfully ?
In case you have all installed: there is dogtail 0.6.90 in the trunk, you could try that one also.
See you around,
Erkan YILMAZ
Hi Erkan YILMAZ ,
Thank you for the answer,
I Run the following command:
gconftool-2 --set --type bool /desktop/gnome/interface/accessibility true
and now I have these errors:
searching for child of [application | gedit]: "Enregistrer sous...…" dialog (attempt 17)
searching for child of [application | gedit]: "Enregistrer sous...…" dialog (attempt 18)
searching for child of [application | gedit]: "Enregistrer sous...…" dialog (attempt 19)
Warning: ./gedit-test-utf8-procedural-api.py:56: The requested Dialog 'Enregistrer sous...…' could not be focused.:
focus.dialog(u'Enregistrer sous...\u2026')
Warning: ./gedit-test-utf8-procedural-api.py:62: The requested widget 'Browse for other folders' could not be focused.:
activate('Browse for other folders')
Traceback (most recent call last):
File "./gedit-test-utf8-procedural-api.py", line 62, in <module>
activate('Browse for other folders')
File "/usr/lib/python2.5/site-packages/dogtail/procedural.py", line 239, in __call__
self.node.doAction(self.action)
AttributeError: 'NoneType' object has no attribute 'doAction'
I work under Fedora core 9, and I installed Dogtail 0.6.90
Thank you in advance for any help,