<div dir="ltr">I copied x3d.py into my source folder, and I got this error on the attached file.  These files were produced by X3dToPython.xslt<div><br></div><div>I think we've seen this before. My recommendation is to reduce the abox.py file to the minimum, just the import to test.  Then you won't be concerned with the scenegraph.</div><div><br></div><div>John<br><div><br></div><div>$ python net/x3djsonld/data/abox.py<br>Traceback (most recent call last):<br>  File "net/x3djsonld/data/abox.py", line 21, in <module><br>    from x3d import *<br>AttributeError: module 'x3d' has no attribute 'SFBool'<br><br>coderextreme@DESKTOP-DOPK2VD MINGW64 ~/X3DJSONLD/src/main/python (master)<br>$ ls net/x3djsonld/data/X3d.py<br>net/x3djsonld/data/X3d.py<br></div></div></div>