GNOME Bugzilla – Bug 520666
AttributeError: 'module' object has no attribute 'EventGenerator'
Last modified: 2008-06-13 14:42:38 UTC
Steps to reproduce: 1. I am new to the dogtail application. It was working all of a sudden this error occured. 2. any dogtail application I try it fails with the same error. 3. Below is the screen dump of the error. Stack trace: [root@localhost bin]# ./dogtail-recorder GTK Accessibility Module initialized Detecting distribution: Red Hat/Fedora/derived distribution Traceback (most recent call last):
+ Trace 191465
import dogtail.tree
import rawinput
ev = atspi.EventGenerator()
[root@localhost bin]# ./sniff Detecting distribution: Red Hat/Fedora/derived distribution GTK Accessibility Module initialized Traceback (most recent call last): File "./sniff", line 10, in <module> from dogtail import tree File "/usr/lib/python2.5/site-packages/dogtail/tree.py", line 73, in <module> import rawinput File "/usr/lib/python2.5/site-packages/dogtail/rawinput.py", line 19, in <module> ev = atspi.EventGenerator() AttributeError: 'module' object has no attribute 'EventGenerator' Other information:
This should be fixed in dogtail svn, which requires at-spi-python (not pyspi). Please reopen if you find that it's not.