After following these instructions, I got Blender and PyPRP all installed and set up. Upon attempting to create a new book ( Scripts->Add->PyPRP->New Book ), Blender gives me this error:
ImportError: no module named yaml
I ran the yaml installer at least 3 times, rebooted once, and I still get this error.
Not quite sure what to make of it.
Yaml not recognized
Re: Yaml not recognized
Make sure you have Blender 2.49 compiled with Python 2.5 installed. If you installed Blender 2.49a it uses Python 2.6.
While it may be possible to use the latest Blender version 2.49a with PyPRP (I have not tried it myself) it will be harder to install because you'll have to locate Python 2.6 compatible libraries yourself (if any). There are several forum topics about failed PyPRP installations in combination with Blender 2.49a so at this point 2.49 should remain the recommended version. I have edited the wiki accordingly.
While it may be possible to use the latest Blender version 2.49a with PyPRP (I have not tried it myself) it will be harder to install because you'll have to locate Python 2.6 compatible libraries yourself (if any). There are several forum topics about failed PyPRP installations in combination with Blender 2.49a so at this point 2.49 should remain the recommended version. I have edited the wiki accordingly.
"It is in self-limitation that a master first shows himself." - Goethe
-
- Posts: 9
- Joined: Fri Jul 24, 2009 7:54 pm
-
- Posts: 443
- Joined: Sun Jun 08, 2008 3:10 am
- MOULa KI#: 0
- Location: Switzerland
Re: Yaml not recognized
D'Lanor wrote:Make sure you have Blender 2.49 compiled with Python 2.5 installed. If you installed Blender 2.49a it uses Python 2.6.
It should also be noted that this is not a strict requirement - it's just what the official Windows builds of Blender 2.49a do. For example, the official Mac OS builds use Python 2.5 or 2.3. Possibly you'd find a Windows build that uses Python 2.5 somewhere too.