Hi all, I just reported this bug to the rubber dev-team. Waiting for the next bug-fix, I suggested the following fix:
In file /usr/lib/python3/dist-packages/rubber/converters/latex.py, at
line 183:
self.lines = None
try:
- with open (name, encoding='utf-8') as fp:
+ with open (name, encoding='utf-8', errors='replace') as fp:
line = fp.readline ()
if not line or not re_loghead.match (line):
This patch fixed it on my system.
--
Emmanuel Fleury
I do not fear computers. I fear the lack of them.
-- Isaac Asimov
signature.asc
Description: OpenPGP digital signature

