{SOLVED} pyplusplus not found when building from source

eupham

27-11-2007 05:10:06

Alright, I've followed the LinuxBuild - PyWiki site and everything has worked except for generating code.
When running
./06-GenerateCode.sh ogre
I get this message

=== generating ogre ===
~/development/python-ogre/code_generators/ogre ~/development
Traceback (most recent call last):
File "generate_code.py", line 26, in <module>
import common_utils
File "../common_utils/__init__.py", line 2, in <module>
import shared_ptr
File "../common_utils/shared_ptr.py", line 3, in <module>
from pyplusplus import messages
ImportError: No module named pyplusplus
~/development


I get something to the same effect when running

./06-GenerateCode.sh ois


Ogre has compiled and I can run the demos I just can't get past this. Please help. Thanks

EDIT:

Sorry I may have posted just a little prematurely. I had searched for a solution for a while but then I found a way to just download and install the required things by hand.