Hello all, I'm here again; this time is for Blender import scripts: with import-joe.py and import-vdrift-list.py I get the following error messages:
File "<string>", line 1, in <module>
File "/home/.../.blender/scripts/import-joe.py", line 11
SyntaxError: Non-ASCII character '\xd6' in file /home/.../.blender/scripts/import-joe.py on line 11, but no encoding declared; see
http://www.python.org/peps/pep-0263.html for details
and
File "<string>", line 1, in <module>
File "/home/.../.blender/scripts/import-vdrift-list.py", line 11
SyntaxError: Non-ASCII character '\xd6' in file /home/.../.blender/scripts/import-vdrift-list.py on line 11, but no encoding declared; see
http://www.python.org/peps/pep-0263.html for details
Where the problem could be?
Thanks,
Ocirne