Python 2.7 error encoding -


i'm having problem,

syntaxerror: non-ascii character no idea why i've tried

# -*- coding: utf-8 -*- 

for

"//r//n//r” 

your problem in quotes. if closely you'll see closing quote not "

replacing line with: "//r//n//r" or '//r//n//r' should work.


Comments

Popular posts from this blog

python - cx_oracle unable to find Oracle Client -

shader - OpenGL Shadow Map -

c# - Exchange 2010/2013 TransportAgent Content Conversion for Internal Recipients -