Forum: Blender


Subject: python scripts

blueblott opened this issue on Apr 26, 2009 ยท 5 posts


nruddock posted Tue, 28 April 2009 at 1:44 PM

The problem here is some non-ASCII characters.
A possible fix for this (based on reading the PEP mentioned in the error) is to add one of the following as the first line of the file :-

# coding: utf-8
# coding: latin-1
# coding: iso-8859-15