<div dir="ltr"><span style="font-family:monospace"><span style="color:rgb(0,0,0)">$ python
</span><br>Python 2.7.16 (default, Oct 10 2019, 22:02:15)  <br>[GCC 8.3.0] on linux2
<br>Type "help", "copyright", "credits" or "license" for more information.
<br>>>> import x3d.x3d as x
<br>Traceback (most recent call last):
<br>  File "<stdin>", line 1, in <module>
<br>  File "/home/andreas/.local/lib/python2.7/site-packages/x3d/x3d.py", line 206
<br>SyntaxError: Non-ASCII character '\xc3' in file /home/andreas/.local/lib/python2.7/site-packages/x3d/x3d.py on line 206, but no encoding declared; see <a href="http://python.org/de">http://python.org/de</a><br>v/peps/pep-0263/ for details<br>
<br></span><span style="font-family:monospace"><span style="color:rgb(0,0,0)">$ cat -nA  /home/andreas/.local/lib/python2.7/site-packages/x3d/x3d.py | grep 206 | head -1
</span><br>   206      'SFMatrix3d', # Single Field (singleton) 3M-CM-^W3 matrix of double-precision floating point numbers$<br></span><div><br></div><div>There are indeed non-ascii characters.</div><div><br></div><div>python3 does not complain.</div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Andreas Plesch<br>Waltham, MA 02453</div></div></div></div>