print \"Español\\nPortuguês\\nItaliano\".encode(\'utf-8\')
Errors:
Traceback (most recent call last): File \"\", line 1,
This works for me:
# coding=utf-8 print "Español\nPortuguês\nItaliano"
You might want to try running it using chcp 65001 && your_program.py As well, try changing the command prompt font to Lucida Console.
chcp 65001 && your_program.py