I have PyPRP installed in my scripts director and unzipped it. I also installed YAML, PIL, and Psyco into my Python directory (Python26>Lib>site-packages).
Everything is going fine when I click add>PyPRP
but when I click the "Create a new book" it errors:
File "C:\Program Files\Blender Foundation\Blender\.blender\scripts\gow-pyprp-1.6.0\PyPRP\prp_AddBook.py", line 43, in <module> from PyPRP import prp_config
ImportError: No module named PyPRP
-----
It also does this when I click "create spawn point"
did I install it wrong?
"Import error: No module named PyPRP"
Re: "Import error: No module named PyPRP"
You have an extra folder which should not be there.
C:\Program Files\Blender Foundation\Blender\.blender\scripts\gow-pyprp-1.6.0\PyPRP\
should be...
C:\Program Files\Blender Foundation\Blender\.blender\scripts\PyPRP\
C:\Program Files\Blender Foundation\Blender\.blender\scripts\gow-pyprp-1.6.0\PyPRP\
should be...
C:\Program Files\Blender Foundation\Blender\.blender\scripts\PyPRP\
"It is in self-limitation that a master first shows himself." - Goethe
-
- Posts: 16
- Joined: Wed Mar 10, 2010 4:32 pm
Re: "Import error: No module named PyPRP"
Thanks so much!
Maybe the wiki can make that part a little more clear?
Maybe the wiki can make that part a little more clear?