Hi, I'm sure this is answered somewhere else, but I can't seem to find it. I'm running on an intel iMac running osx 10.5. I've downloaded and installed CS1.2.1. My Blender is at 2.48a with python 2.5 and I installed the latest blender2crystal python scripts. Just as a proof of concept, I am trying to export the default (cube, light, camera) blender setup. When I try to run the export script, here is what shows up on the console:
Compiled with Python version 2.5.2.
Checking for installed Python... got it!
W:----------------------------------------------------
W:ATTENTION: 4Suite not Found!! Using xml.dom.minidom.
W:ATTENTION: Perfomance will be degraded, please install python-4suite.
W:ATTENTION: You can download it from http://www.4suite.org/
W:ATTENTION: or install for your favourite linux distribution.
W:----------------------------------------------------
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Library/Blender/scripts/crystalspace_export.py", line 46, in <module>
import b2cs
File "/Library/Blender/scripts/bpymodules/b2cs/__init__.py", line 49, in <module>
import defaults
File "/Library/Blender/scripts/bpymodules/b2cs/defaults.py", line 5, in <module>
import b2cs.metadata
File "/Library/Blender/scripts/bpymodules/b2cs/metadata.py", line 475, in <module>
b2cs.prop.wid_keys = UiProperties()
File "/Library/Blender/scripts/bpymodules/b2cs/metadata.py", line 444, in __init__
self.Refresh()
File "/Library/Blender/scripts/bpymodules/b2cs/metadata.py", line 447, in Refresh
self.loadFromMetadata()
File "/Library/Blender/scripts/bpymodules/b2cs/metadata.py", line 450, in loadFromMetadata
for wid in world_metadata.getNodes():
File "/Library/Blender/scripts/bpymodules/b2cs/metadata.py", line 234, in getNodes
sect = self.getSection()
File "/Library/Blender/scripts/bpymodules/b2cs/metadata.py", line 228, in getSection
root = self.getRoot()
File "/Library/Blender/scripts/bpymodules/b2cs/metadata.py", line 206, in getRoot
propval = xpath(self.internalroot,"//prop[@name='metadata_file']/@value")
File "/Library/Blender/scripts/bpymodules/b2cs/xmlutils.py", line 56, in xml_xpath
nodes = node.xpath(xpath)
AttributeError: Element instance has no attribute 'xpath'
What am I doing wrong, please?