Learning Python: Code critique please
Saul Spatz
sspatz at kcnet.com
Sun Jun 22 09:44:25 EDT 2008
macoovacany wrote:
> http://macoovacany.wordpress.com/
When I tried to run it, I got all kinds of syntax errors because of
non-ASCII characters; namely, you have fancy left and right single
and double quotes. Once I replaced these with the ASCII equivalents,
it worked fine. I suggest you use a plain ASCII text editor, like the
one that comes with IDLE.
HTH,
Saul
More information about the Python-list
mailing list