Joe-Palmer / rtmplite

Automatically exported from code.google.com/p/rtmplite
0 stars 0 forks source link

siprtmp.py SyntaxError: Non-ASCII character '\xe6' in file siprtmp.py on line 1302,... #71

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I got the following exception:

D:\Program Files\Python25\Lib\site-packages\rtmplite>python siprtmp.py -d
  File "siprtmp.py", line 1302
SyntaxError: Non-ASCII character '\xe6' in file siprtmp.py on line 1302, but no
encoding declared; see http://www.python.org/peps/pep-0263.html for details

Original issue reported on code.google.com by mrshe...@gmail.com on 11 Feb 2012 at 6:07

GoogleCodeExporter commented 9 years ago
Line 1302 is SVN's auto-population of revision and date. Perhaps it uses the 
non-english locals for the date/day name causing problem. Either you can add 
the coding value in your file, or remove any non-ascii character from the file.

Original comment by kundan10 on 14 Feb 2012 at 12:05