After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 440887 - TypeError traceback caused by pyspi bug
TypeError traceback caused by pyspi bug
Status: RESOLVED FIXED
Product: pyspi
Classification: Deprecated
Component: general
CVS HEAD
Other Linux
: Normal critical
: ---
Assigned To: PySPI Maintainers
PySPI Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-05-24 07:48 UTC by Luke Macken
Modified: 2007-10-03 15:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luke Macken 2007-05-24 07:48:37 UTC
[lmacken@tomservo ~]$ dogtail-recorder 
Creating logfile at /tmp/dogtail/logs/dogtail-recorder_20070524-034431_debug ...
Detecting distribution: Fedora (or derived distribution)
Traceback (most recent call last):
  • File "/usr/bin/dogtail-recorder", line 11 in <module>
    import dogtail.tree
  • File "/usr/lib/python2.5/site-packages/dogtail/tree.py", line 1247 in <module>
    root = Root (atspi.registry.getDesktop ())
  • File "pyspi.pyx", line 189 in atspi.Registry.getDesktop
  • File "pyspi.pyx", line 146 in atspi.exception_handler
TypeError: exceptions must be strings, classes, or instances, not SpiException
[lmacken@tomservo ~]$ rpm -q dogtail pyspi at-spi python
dogtail-0.6.1-1.fc7
pyspi-0.6.1-3.fc7
at-spi-1.18.1-1.fc7
python-2.5-12.fc7
Comment 1 Zack Cerza 2007-05-24 14:36:57 UTC
As strange as that exception is (and I really don't understand why it happens that way), this seems to be F7's way of reminding you to log out before you enable accessibility.
Comment 2 Alexander Todorov 2007-06-27 13:12:43 UTC
This is the same as:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=245733
Comment 3 Zack Cerza 2007-10-03 15:24:37 UTC
Oops, this should be fixed as of 2007-08-21. Sorry for not updating the bug...