Page 1 of 1

I'm just a little confused...

PostPosted: Sat Mar 21, 2009 8:48 pm
by Belac
Hi, I'm new to the GoW. Although I am in the Myst Online forums since Nov. of 2008 known as: "abelc". I also played MO:UL from 2007-2008. I was known as... Well, Belac (try to figure out why that's almost always my user ;) So, Shorah everyone! I just wanted to say, I'm a little confused. I am >20 and I was having a little trouble. The tutorial right here: I have tried to "add book" but when I try it says "Python script error: check console". I checked the console. Well, I can't figure out what to do. I'm pretty sure I installed every single file I was suppose to... Well, if someone could help that'd be great! :)
Bye!

Re: I'm just a little confused...

PostPosted: Sat Mar 21, 2009 11:01 pm
by Grogyan
Well without seeing what the console said, all I can assume is that you havn't installed all the necessary components
Did you follow PyPrp and other bits needed

Re: I'm just a little confused...

PostPosted: Sun Mar 22, 2009 6:47 am
by Belac
Grogyan wrote:Well without seeing what the console said, all I can assume is that you havn't installed all the necessary components
Did you follow PyPrp and other bits needed
Well, I'm 100% sure I did. Here is exactly what the console said:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Traceback <most recent call last>:
File "<string>", line 1, in <module>
File "C:\Program Files\Blender Foundation\Blender\.blender\scripts\src\prp_Add Book.py", line 43, in <module>
import prp_Config
ImportError: No module named prp_Config
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

So, that's it... ANY help would be very much appreciated. Thanks guys! :)

Re: I'm just a little confused...

PostPosted: Sun Mar 22, 2009 7:45 am
by boblishman
Are you running Vista? ... if so, make sure you have the plugin scripts in the right folder ...

Re: I'm just a little confused...

PostPosted: Sun Mar 22, 2009 9:45 am
by Chacal
Belac wrote:File "C:\Program Files\Blender Foundation\Blender\.blender\scripts\src\prp_Add Book.py", line 43, in <module>
import prp_Config
ImportError: No module named prp_Config


I think your Python scripts should be in C:\Program Files\Blender Foundation\Blender\.blender\scripts,
not in C:\Program Files\Blender Foundation\Blender\.blender\scripts\src

Re: I'm just a little confused...

PostPosted: Sun Mar 22, 2009 3:29 pm
by Belac
Chacal wrote:
Belac wrote:File "C:\Program Files\Blender Foundation\Blender\.blender\scripts\src\prp_Add Book.py", line 43, in <module>
import prp_Config
ImportError: No module named prp_Config


I think your Python scripts should be in C:\Program Files\Blender Foundation\Blender\.blender\scripts,
not in C:\Program Files\Blender Foundation\Blender\.blender\scripts\src

Chacal! You are so awesome! That worked, thanks guys!

Re: I'm just a little confused...

PostPosted: Mon Mar 23, 2009 12:52 am
by Grogyan
In the wiki link I put in my first post here, if you read carefully it does say the correct path

Re: I'm just a little confused...

PostPosted: Mon Mar 23, 2009 6:03 am
by Belac
Grogyan wrote:In the wiki link I put in my first post here, if you read carefully it does say the correct path
I guess I just didn't read it correctly...

Re: I'm just a little confused...

PostPosted: Mon Mar 23, 2009 6:32 am
by boblishman
I have updated the wiki to make it clearer... ;)

Re: I'm just a little confused...

PostPosted: Mon Mar 23, 2009 7:50 am
by Nalates
If you have problems with scripts Blender will tell you which folder to put them in.

Domino Marama wrote:If you can't find your scripts directory, then create a new text in Blender and paste the following code into it:

import Blender
print Blender.Get('scriptsdir')
If you press alt-p ( File - Run Python Script ) then the correct directory to install the scripts will be printed on the console.