So I try to start nif import in blender. Ugh, I have never worked with blender other than making meshes for the source engine, so this whole python mess is quite annoying. Win7, 64-bit. Compiled with Python version 2.6.1.
Checking for installed Python... got it!
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "D:\Program Files (x86)\Blender Foundation\Blender\.blender\scripts\impor
t\import_nif.py", line 20, in <module>
from nif_common import NifImportExport
File "D:\Program Files (x86)\Blender Foundation\Blender\.blender\scripts\bpymo
dules\nif_common.py", line 91, in <module>
from pyffi.formats.nif import NifFormat
File "D:\Python26\lib\site-packages\pyffi\formats\nif\__init__.py", line 332,
in <module>
import pyffi.formats.bsa
File "D:\Python26\lib\site-packages\pyffi\formats\bsa\__init__.py", line 111,
in <module>
class BsaFormat(pyffi.object_models.xml.FileFormat):
File "D:\Python26\lib\site-packages\pyffi\object_models\xml\__init__.py", line
94, in __init__
parser = xml.sax.make_parser()
File "D:\Python26\Lib\xml\sax\__init__.py", line 93, in make_parser
raise SAXReaderNotAvailable("No parsers found", None)
xml.sax._exceptions.SAXReaderNotAvailable: No parsers found