Running Blender 2.49b, XAML Exporter gives this error:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Program Files\Blender Foundation\Blender\.blender\scripts\xaml_export
.py", line 90, in <module>
import BPyMesh
ImportError: No module named BPyMesh
Comments: ** Comment from web user: bluemarble **
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Program Files\Blender Foundation\Blender\.blender\scripts\xaml_export
.py", line 90, in <module>
import BPyMesh
ImportError: No module named BPyMesh
Comments: ** Comment from web user: bluemarble **
I am experiencing the same problem, when I search Google I get plenty of the same issue with other export scripts. It could be an issue related to my installation of Blender so I am currently reviewing all possibilities.
I did not have a scripts directory so I created one in C:\Program Files\Blender Foundation\Blender\.blender\scripts and deployed the xamlexporter there. I did notice that the standard exporters dissapear as soon as I created the scripts folder and deployed the xaml exporter script there. I am sure this is not right either.