Import .AI broken? (paths_ai2obj.py)

Hi guys!,

I got this when trying to open an .AI file using paths_ai2obj.py

“SyntaxError: Non-ASCII character ‘\xe9’ in file /home/chronoh/blender/install/linux2/.blender/scripts/bpymodules/paths_ai2obj.py on line 10, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details”

Any clue or solution?

Thanks in advance :slight_smile:

You can add this :


# -*- coding: latin-1 -*-

just before the first line of the script.