I have the problem that i can't start ceed 0.8.0. I compiled CEGUI 0.8.7 with the OpenGL and OpenGL3 dependencies and the python modules on Ubuntu 16.04 with gcc 4.9.3
The compilation is going fine, but i when i try to start ceed i get the following error:
Code: Select all
PYTHONPATH=../../cegui-0.8.7/build/lib:../:$PYTHONPATH python2 ./ceed-gui
Traceback (most recent call last):
File "./ceed-gui", line 89, in <module>
main()
File "./ceed-gui", line 30, in main
if prerequisites.check():
File "/home/matt/Projects/3rdParty_Projects/ceed-0.8.0/ceed/prerequisites.py", line 67, in check
if not canImportPyCEGUI():
File "/home/matt/Projects/3rdParty_Projects/ceed-0.8.0/ceed/prerequisites.py", line 59, in canImportPyCEGUI
__import__("PyCEGUIOpenGLRenderer")
RuntimeError: extension class wrapper for base class CEGUI::Renderer has not been created yet