<div dir="ltr">coderextreme@DESKTOP-DOPK2VD MINGW64 /c/x3d-code/<a href="http://www.web3d.org/x3d/stylesheets/python/examples">www.web3d.org/x3d/stylesheets/python/examples</a><br>$ ls<br>BackgroundCollection.py   HelloWorld.py   HelloWorldPrefixed.py   README.md<br>BackgroundCollection.x3d  HelloWorld.x3d  PythonX3dSmokeTests.py<br><br>coderextreme@DESKTOP-DOPK2VD MINGW64 /c/x3d-code/<a href="http://www.web3d.org/x3d/stylesheets/python/examples">www.web3d.org/x3d/stylesheets/python/examples</a><br>$ python HelloWorld.py<br>Traceback (most recent call last):<br>  File "HelloWorld.py", line 21, in <module><br>    from x3d import *<br>AttributeError: module 'x3d' has no attribute 'SFBool'<br><br>coderextreme@DESKTOP-DOPK2VD MINGW64 /c/x3d-code/<a href="http://www.web3d.org/x3d/stylesheets/python/examples">www.web3d.org/x3d/stylesheets/python/examples</a><br>$ python BackgroundCollection.py<br>Traceback (most recent call last):<br>  File "BackgroundCollection.py", line 21, in <module><br>    from x3d import *<br>AttributeError: module 'x3d' has no attribute 'SFBool'<br><br>coderextreme@DESKTOP-DOPK2VD MINGW64 /c/x3d-code/<a href="http://www.web3d.org/x3d/stylesheets/python/examples">www.web3d.org/x3d/stylesheets/python/examples</a><br>$ python HelloWorldPrefixed.py<br>Traceback (most recent call last):<br>  File "HelloWorldPrefixed.py", line 26, in <module><br>    newModel=x3d.X3D(profile='Immersive',version='3.3',<br>AttributeError: module 'x3d' has no attribute 'X3D'<br><br>coderextreme@DESKTOP-DOPK2VD MINGW64 /c/x3d-code/<a href="http://www.web3d.org/x3d/stylesheets/python/examples">www.web3d.org/x3d/stylesheets/python/examples</a><br>$ python PythonX3dSmokeTests.py<br>===================<br>Importing local development copy of X3D package:<br>  from x3d import *<br>Traceback (most recent call last):<br>  File "PythonX3dSmokeTests.py", line 23, in <module><br>    from x3d import *<br>AttributeError: module 'x3d' has no attribute 'SFBool'<br><div><br></div><div>Umm.  It's a race to see who gets toXML first!</div><div><br></div><div>John</div></div>