Hi,
I have followed the Adafruit instructions at
http://learn.adafruit.com/send-raspberr ... m/overview
When I run the python script as advised (sudo ./web2iso.py (program_name)) using the provided code I get the message
"Non ASCII character 'XC2' in file ./web2iso.py in line 13, but no encoding declared"
If I then put the code into IDLE3 and run it it highlights part of the adcnum (adcnu in red) on the above line and says "invalid character in Identifier"
I copied the program from the midori web browser and pasted into IDLE3 and saved as a .py file. I then ran chmod +x.
I'd welcome any ideas on what I am doing wrong.
Many thanks

