Comment 1 for bug 491327

Revision history for this message
WaywardGeek (waywardgeek) wrote :

This is caused by a stale reference to site-packages in /usr/lib/python2.6/dist-packages/pyatspi-cobra.pth. It refers to the old 'site-packages' instead of 'dist-packages'. The contents should look like:

import commands, sys; a = commands.getoutput('gconftool-2 --get /desktop/gnome/interface/at-spi-corba'); (a == 'true') and sys.path.insert(0, '/usr/lib/python2.6/dist-packages/pyatspi-corba')

Bill