making email-oauth2-proxy work
rbell--- via Fetchmail-users <[email protected]> Wed, 19 Oct 2022 04:35:42 -0600
| Newsgroups | gmane.mail.fetchmail.user |
|---|---|
| Message-ID | <[email protected]> |
When I run it I get:
File "/home/russell/bin/emailproxy.py", line 146
SyntaxError: Non-ASCII character '\xe2' in file /home/russell/bin/emailproxy.py on line 147, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
I add:
# -*- coding: utf-8 -*-
as the second line, which cures this complaint.
Then I get:
File "/home/russell/bin/emailproxy.py", line 16, in <module>
import configparser
ImportError: No module named configparser
but there IS a module named configparser. I searched on the Internet,
didn't find a cure. I suspect it's a simple question - when it comes
to Python, I'm a simpleton.
russell bell