Generating Python Bindings
From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
- Install Python 2.7 (see building CEED guide)
- Install Pygccxml (homepage - https://pypi.python.org/pypi/pygccxml) from the master branch: https://github.com/gccxml/pygccxml/archive/master.zip
- Install Py++ (pyplusplus) - https://bitbucket.org/ompl/pyplusplus
- Install GCCXML - http://sourceforge.net/projects/pygccxml/files/latest/download
All via setup file.
Edit the following file: (CEGUI Path)\cegui\src\ScriptModules\Python\bindings\generators\common_utils.py
GCCXML_PATH needs to point to your Pygccxml install