From: <rb...@al...> - 2022-10-19 13:11:42
|
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 |