"Import error: No module named PyPRP"

If you feel like you're up to the challenge of building your own Ages in Blender or 3ds Max, this is the place for you!
Post Reply
worldwaffle
Posts: 16
Joined: Wed Mar 10, 2010 4:32 pm

"Import error: No module named PyPRP"

Post 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?
D'Lanor
Posts: 1980
Joined: Sat Sep 29, 2007 4:24 am

Re: "Import error: No module named PyPRP"

Post 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\
"It is in self-limitation that a master first shows himself." - Goethe
worldwaffle
Posts: 16
Joined: Wed Mar 10, 2010 4:32 pm

Re: "Import error: No module named PyPRP"

Post by worldwaffle »

Thanks so much!

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

Return to “Building”