[orca-list] problem with messages.py
- From: John Covici <covici ccs covici com>
- To: orca-list gnome org
- Subject: [orca-list] problem with messages.py
- Date: Thu, 12 Jul 2018 06:46:59 -0400
Hi. I am not sure why this came up, but here goes.
After my latest update of all my gentoo packages, and after pulling
orca master and using python3.5 as the python3 version, I get the
following message when trying to run orca:
(this may be a bit approximate as I don't have the actual traceback
anymore)
non ascii character \xe2 in
/usr/lib/python3.5/site-packages/orca/messages.py line 240.
Now, I did some research and what it seems to say that unless you
specify the encoding, the file is considered ascii -- and sure enough
on that line what displays as a " character is actually the unicode
string 0xe280. There are several other places like this in that file.
What I did was to put the following line as the second line of the
file
#encoding: UTF-8
and that got rid of that message, but now I get the following
traceback:
Traceback (most recent call last):
File "/usr/bin/orca", line 44, in <module>
from orca import orca
File "/usr/lib64/python3.5/site-packages/orca/orca.py", line 32, in <module>
import faulthandler
ImportError: No module named faulthandler
The only faulthandler I can see in my repository is only targeted for
python2.7, so how do I either fix, or what else can I do about this
strange one?
Thanks in advance for any suggestions.
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici wb2una
covici ccs covici com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]