Hardy - installing accerciser does not install needed python-pyatspi package

Bug #250108 reported by braingram
4
Affects Status Importance Assigned to Milestone
accerciser (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

Binary package hint: accerciser

After installing accerciser on Hardy attempting to run the program fails:

(accerciser:7180): atk-bridge-WARNING **: AT_SPI_REGISTRY was not started at session startup.

(accerciser:7180): atk-bridge-WARNING **: IOR not set.

(accerciser:7180): atk-bridge-WARNING **: Could not locate registry
Traceback (most recent call last):
  File "/usr/bin/accerciser", line 50, in <module>
    accerciser.main()
  File "/var/lib/python-support/python2.5/accerciser/__init__.py", line 34, in main
    from accerciser import Main
  File "/var/lib/python-support/python2.5/accerciser/accerciser.py", line 23, in <module>
    from icons import getIcon
  File "/var/lib/python-support/python2.5/accerciser/icons.py", line 19, in <module>
    from pyatspi.constants import *
ImportError: No module named pyatspi.constants

Installing the python-pyatspi package fixed this problem.

Versions:
accerciser 1.2.0-0ubuntu2
python-pyatspi 1.22..1-0ubuntu1

arky (arky)
Changed in accerciser (Ubuntu):
status: New → Fix Released
Revision history for this message
arky (arky) wrote :

Found the same problem in Karmic. Looks like I am missing module 'pyatspi'.

$ accerciser

** (accerciser:3995): WARNING **: Trying to register gtype 'WnckWindowState' as flags when in fact it is of type 'GEnum'

** (accerciser:3995): WARNING **: Trying to register gtype 'WnckWindowActions' as flags when in fact it is of type 'GEnum'

** (accerciser:3995): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as flags when in fact it is of type 'GEnum'
Traceback (most recent call last):
  File "/usr/bin/accerciser", line 52, in <module>
    accerciser.main()
  File "/usr/lib/pymodules/python2.6/accerciser/__init__.py", line 34, in main
    from accerciser import Main
  File "/usr/lib/pymodules/python2.6/accerciser/accerciser.py", line 22, in <module>
    from icons import getIcon
  File "/usr/lib/pymodules/python2.6/accerciser/icons.py", line 19, in <module>
    from pyatspi.constants import *
ImportError: No module named pyatspi.constants

Looks like pyatspi disappeared.

$python -c 'import pyatspi'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named pyatspi

$ apt-cache policy accerciser
accerciser:
  Installed: 1.7.91-0ubuntu1
  Candidate: 1.7.91-0ubuntu1
  Version table:
 *** 1.7.91-0ubuntu1 0
        500 http://us.archive.ubuntu.com karmic/universe Packages
        100 /var/lib/dpkg/status

Changed in accerciser (Ubuntu):
status: Fix Released → New
Revision history for this message
arky (arky) wrote :

Ignore my previous comment. Reinstalling 'python-pyatspi' fixed the problem.

Revision history for this message
Charlie Kravetz (cjkgeek) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. However, I am closing it because the bug has been fixed in the latest development version of Ubuntu - Natty Narwhal.

Changed in accerciser (Ubuntu):
importance: Undecided → Medium
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.