Skip to content

Common Python Error MSGs

Helen Burns edited this page Aug 19, 2018 · 2 revisions

Common python error messages

I have decided to collate a bunch of more cryptic error messages and their general fixes

Warning messgae Reason Fix
UnicodeWarning: symbol or non standard character in string. add interpreter flag: r'$\latex$' or u' acentented letter'

Clone this wiki locally