Ok here's what I got. I created .blender/scripts in my ~/home/ directory and it's definitely seeing it because after refreshing my Script menus all other export options are gone, except Export the Ogre, no biggie I'll move the Dir and get them back later...
Moving on; I selected a simple shape and ran the Ogre Exporter and got a "Python Script Error - Check Console" error. I re-ran Blender form the console and got this error output:
myHd:MacOS myname$ ./blender
guessing './blender' == '/Users/myname/blender/blender.app/Contents/MacOS/./blender'
Compiled with Python version 2.3.5.
Checking for installed Python... got it!
Traceback (most recent call last):
File "<string>", line 1, in ?
ImportError: No module named BPyRegistry
Traceback (most recent call last):
File "<string>", line 1, in ?
File "/Users/myname/.blender/scripts/ogremeshesexporter.app/Contents/Resources/ogremeshesexporter.py", line 232, in ?
from ogrepkg import *
File "/Users/myname/.blender/scripts/ogrepkg/materialexport.py", line 719, in ?
class CustomMaterial(RenderingMaterial):
File "/Users/myname/.blender/scripts/ogrepkg/materialexport.py", line 742, in CustomMaterial
class Template(string.Template):
AttributeError: 'module' object has no attribute 'Template'
I'm running Python 2.51
Additional thoughts are appreciated
