Re: [orca-list] Debugging a Broken Orca



Steve Holmes <steve holmes88 gmail com> wrote:
----- see orca debug info below -----
Script started on Sun 24 Mar 2013 07:47:19 PM PDT
steve linlap ~$ orca --version
Traceback (most recent call last):
  File "/usr/bin/orca", line 42, in <module>
    from orca import orca
  File "/usr/lib/python3.3/site-packages/orca/orca.py", line 62, in <module>
    from . import event_manager
ImportError: cannot import name event_manager

Which version of Orca is installed in /usr/lib/python3.3/site-packages/orca?

If it's not the same version as /usr/bin/orca then it isn't going to work.

Check which paths the old and new versions are installed in and make sure
everything matches, otherwise you could have one version of Orca that tries to
load modules from another, which obviously won't work as between 3.6.x and
3.7.x.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]