SupermassiveBlackHole Posted July 11, 2010 Share Posted July 11, 2010 I'm having a slight problem with Blender. Whenever I try to import an nif file it says "error, check console", I check it out and all it says is this: Compiled with Python version 2.5.2.Checking for installed Python... got it!Traceback <most recent call last>: File "<string>", line 1, in <module> File "C:\Program Files\Blender Foundation\Blender\.blender\scripts\nif_import.py", line 20, in <module> from nif_common import NifImportExportImportError: No module named nif_common How do I fix this? I think it's a problem with my nif scripts because when I was installing the script this message popped up: Error opening file for writing: C:\Program Files\BlenderFoundation\Blender\.blender\scripts\bpymodules\nif_common.py Click Abort to stop the installation,Retry to try again, orIgnore to skip this file. Please help, Note: I'm on windows 7 32 bit. Python and pyffi is installed. Cheers. Link to comment Share on other sites More sharing options...
myrmaad Posted July 11, 2010 Share Posted July 11, 2010 There's a newer stable version of Blender available (2.4.9) Did you install the Python separately or were those python scripts bundled in? I recommend downloading and installing the full version of Python, (if you update Blender to 2.4.9, then get Python 2.6.4 to go with it.) If you're using a different version of Blender make sure you google to find compatible versions for your version of Blender. Try using this as your guide: http://cs.elderscrolls.com/constwiki/index.php/Installing_Blender Link to comment Share on other sites More sharing options...
MonsterHunterMaster Posted July 11, 2010 Share Posted July 11, 2010 Also, when you install blender, don't forget to check the "install to default location" option. That could be the problem too. Link to comment Share on other sites More sharing options...
Argomirr Posted July 12, 2010 Share Posted July 12, 2010 You are most definitely missing a module. :smile: Re-installing should fix it, but it might be good idea to install somewhere else than the default location (not in Program Files). UAC may be preventing the installer from doing its work properly. Alternatively, if it's just that module you're missing, you can download the source and install that file manually. Of course, it's always a good idea to get the latest version. :happy: Link to comment Share on other sites More sharing options...
LHammonds Posted July 14, 2010 Share Posted July 14, 2010 Uninstall Blender NIF Scripts, PyFFI, Blender, Python from your system. Download the "2.49b Experimental" package from this location Extract all the programs contained in the archive and install according to the included readme which gives you step-by-step instructions which work for all versions of Windows and avoids the Vista/7 UAC problems. LHammonds Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now