cdtx / mcp2200

Python interface to the MCP2200
MIT License
6 stars 6 forks source link

encoding #3

Open mario-chirinos opened 6 years ago

mario-chirinos commented 6 years ago

Traceback (most recent call last): File "example.py", line 1, in from cdtx.mcp2200.device import RawDevice as mcp2200 File "/home/mchc/git/mcp2200/cdtx/mcp2200/device.py", line 129 SyntaxError: Non-ASCII character '\xe2' in file /home/mchc/git/mcp2200/cdtx/mcp2200/device.py on line 130, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details