However when I install via the installer it tells me the Setup didn't find a Python installation so no shortcuts have been created, batches won't run, etc...
I'm using Python 2.7.1 32bit.
Traceback (most recent call last): File "C:\Python26\Scripts\niftoaster.py", line 48, infrom pyffi.formats.nif import NifFormat File "C:\Python26\lib\site-packages\pyffi\formats\nif\__init__.py", line 367, in class NifFormat(FileFormat): File "C:\Python26\lib\site-packages\pyffi\object_models\xml\__init__.py", line 98, in __init__ xml_file = cls.openfile(xml_file_name, cls.xml_file_path) File "C:\Python26\lib\site-packages\pyffi\object_models\__init__.py", line 120, in openfile % (filename, filepaths))IOError: 'nif.xml' not found in any of the directories [None, 'C:\\Python26\\lib\\site-packages\\pyffi\\formats\\nif\\nifxml']
Traceback (most recent call last): File "C:\Python26\Scripts\niftoaster.py", line 48, infrom pyffi.formats.nif import NifFormat File "C:\Python26\lib\site-packages\pyffi\formats\nif\__init__.py", line 367, in class NifFormat(FileFormat): File "C:\Python26\lib\site-packages\pyffi\object_models\xml\__init__.py", line 98, in __init__ xml_file = cls.openfile(xml_file_name, cls.xml_file_path) File "C:\Python26\lib\site-packages\pyffi\object_models\__init__.py", line 120, in openfile % (filename, filepaths))IOError: 'nif.xml' not found in any of the directories [None, 'C:\\Python26\\lib\\site-packages\\pyffi\\formats\\nif\\nifxml']