Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

See PEP263. Note that UTF-8 does not appear in the standard encodings list. So maybe try # -- coding = utf_8 -- (lowercase, underscore).

The imminent Python 3-based Sage 9 should solve the problem..