Page 1 of 1

"Import error: No module named PyPRP"

PostPosted: Fri Mar 19, 2010 11:12 am
by worldwaffle
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?

Re: "Import error: No module named PyPRP"

PostPosted: Fri Mar 19, 2010 11:35 am
by D'Lanor
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\

Re: "Import error: No module named PyPRP"

PostPosted: Fri Mar 19, 2010 11:53 am
by worldwaffle
Thanks so much!

Maybe the wiki can make that part a little more clear?