I'm using the ZIP Version of Blender. Since, I'm using 64 bit windows.
When I try to import, I get this error
[code]
Compiled with Python version 2.6.1.
'import site' failed; use -v for traceback
Checking for installed Python... No installed Python found.
Only built-in modules are available. Some scripts may not run.
Continuing happily.
--------------------------ERROR
This script requires the Python File Format Interface (PyFFI).Make sure that PyF
FI resides in your Python path or in your Blender scripts folder.If you do not h
ave it: http://pyffi.sourceforge.net/--------------------------
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\Brent\Desktop\Blender\.blender\scripts\import\import_nif.py", l
ine 20, in <module>
from nif_common import NifImportExport
File "C:\Users\Brent\Desktop\Blender\.blender\scripts\bpymodules\nif_common.py
", line 67, in <module>
from pyffi import __version__ as __pyffiversion__
ImportError: No module named pyffi
[/code]
I've already downloaded Pyffi, NIF Script files, PyQt, Python 2.7, and 3.1.2, and QSkope.
Please, help me! I'm trying to load a model onto Blender so I can switch out somethings.
you say you downloaded them. stupid question, but did you install them/copy the modules to the proper location?
The main issue seems to be that Python either wasn't properly installed, or Blender isn't properly configured to use it. The PyFFI errors and NIF importer errors all seem to be stemming from that.
[QUOTE=mrhippieguy;25715564]you say you downloaded them. stupid question, but did you install them/copy the modules to the proper location?[/QUOTE]
Most likely, I'll check again later. I'm going to bed.
I installed them with an EXE, not a zip, like blender.
Sorry, you need to Log In to post a reply to this thread.