<div dir="ltr">Don, I'm starting to use X3D patterns with Qt Designer and our RPG maker.  I would like also to use X3D as an alternative GUI, in addition to Unity, Unreal, and PlayCanvas eventually.  Here are the bugs I'm getting when running in the x3d/stylesheets/python folder:<div><br></div><div>$ python examples/HelloWorld.py<br>Traceback (most recent call last):<br>  File "examples/HelloWorld.py", line 21, in <module><br>    from x3d import *<br>AttributeError: module 'x3d' has no attribute 'SFBool'<br><br>$ python examples/PythonX3dSmokeTests.py<br>===================<br>Importing local development copy of X3D package:<br>  from x3d import *<br>Traceback (most recent call last):<br>  File "examples/PythonX3dSmokeTests.py", line 23, in <module><br>    from x3d import *<br>AttributeError: module 'x3d' has no attribute 'SFBool'<br><br>$ python examples/BackgroundCollection.py<br>Traceback (most recent call last):<br>  File "examples/BackgroundCollection.py", line 21, in <module><br>    from x3d import *<br>AttributeError: module 'x3d' has no attribute 'SFBool'<br><br></div></div>