Compiling the python bindings of CEGUI for Windows?

didu

17-12-2007 11:05:04

Hi guys,

I'm having a lot of trouble (mainly compilation errors) with compiling CEGUI and its python bindings for Windows using cygwin. Have any of you managed to compile CEGUI and its python bindings for windows at all? If you have, would you mind sharing some tips on how you did it?

Is there a precompiled binary for the python bindings of CEGUI on windows?

Thanks a lot.

-D

andy

17-12-2007 11:31:49

What python bindings are you refering to?

If you want to use Python then you can download the Python-Ogre package which has complete CEGUI python support..

However I'm guessing you are wanting to use C++ but have Python for CEGUI instead of Lua, and if that's the case then you probably need to ask on the CEGUI site -- or switch to Python-Ogre

Cheers
Andy

didu

17-12-2007 11:50:54

What python bindings are you refering to?

However I'm guessing you are wanting to use C++ but have Python for CEGUI instead of Lua, and if that's the case then you probably need to ask on the CEGUI site -- or switch to Python-Ogre


yes, it's the CEGUI's own python binding I'm asking for. So Python-ogre has its own python bindings for CEGUI that does not make use of CEGUI's own python binding?

Thanks a lot for the reply!

-D