<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div style="" class="default-style">
For a long time I used remind on my computer. I noticed a version of remind with a
<br>
</div>
<div style="" class="default-style">
nicer output: ¨wxremind".
<br>
</div>
<div style="" class="default-style">
I installed it, and tried to run it, but this failed with the following output:
<br>
</div>
<div style="" class="default-style">
./local/wxremind/wxremind
<br>Traceback (most recent call last):
<br>File "<stdin>", line 13, in <module>
<br>File "./local/wxremind/wxremind/wxremind.py", line 30, in <module>
<br>File "./local/wxremind/wxremind/wxremalert.py", line 113
<br>spoken_msg = re.sub('@', 'at', spoken_msg)
<br>^
<br>IndentationError: unexpected indent
<br>
</div>
<div style="" class="default-style">
<br>
</div>
<div style="" class="default-style">
Anyone able to tell me what error I made?
<br>
</div>
<div style="" class="default-style">
the first line (File "<stdin>", line 13, in <module>) may suggest input is required, which
<br>
</div>
<div style="" class="default-style">
I did not supply. Or is no input required indeed?
<br>
</div>
<div style="" class="default-style">
thanks
<br>
</div>
<div style="" class="default-style">
Julien
<br>
</div>
</body>
</html>