[Bug 491327] Re: No module named pyatspi

WaywardGeek waywardgeek at gmail.com
Sat Dec 12 12:24:53 GMT 2009


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

-- 
No module named pyatspi
https://bugs.launchpad.net/bugs/491327
You received this bug notification because you are a member of
Accessibility, which is a direct subscriber.



More information about the Ubuntu-accessibility-bugs mailing list