When I try to export the file to Torque Shape it says "Python Script Error: Check Console"
So I open up console and this is what it says
5/12/09 3:37:02 PM [0x0-0x4eb4eb].org.blenderfoundation.blender[9378] SyntaxError: invalid syntax
5/12/09 3:38:38 PM [0x0-0x4eb4eb].org.blenderfoundation.blender[9378] Traceback (most recent call last):
5/12/09 3:38:38 PM [0x0-0x4eb4eb].org.blenderfoundation.blender[9378] File "<string>", line 1, in ?
5/12/09 3:38:38 PM [0x0-0x4eb4eb].org.blenderfoundation.blender[9378] File "/Applications/blender/blender.app/Contents/MacOS/.blender/scripts/Dts_Blender.py", line 43, in ?
5/12/09 3:38:38 PM [0x0-0x4eb4eb].org.blenderfoundation.blender[9378] from DtsSceneInfo import *
5/12/09 3:38:38 PM [0x0-0x4eb4eb].org.blenderfoundation.blender[9378] File "/Applications/blender/blender.app/Contents/MacOS/.blender/scripts/DtsSceneInfo.py", line 1140
5/12/09 3:38:38 PM [0x0-0x4eb4eb].org.blenderfoundation.blender[9378] thisLevel.sort(lambda x,y: cmp(x.dtsObjName if x.dtsObjName != None else x.dtsNodeName, y.dtsObjName if y.dtsObjName != None else y.dtsNodeName))
5/12/09 3:38:38 PM [0x0-0x4eb4eb].org.blenderfoundation.blender[9378]
What am I doing wrong?