can python-ogre samples be run with stackless python ?

mkandula

21-02-2009 09:23:51

Hi,

Is it possible to use stackless python to run existing python-ogre examples ? Its not working for me.

What should be done to make it work, if at all its possible ?

andy

21-02-2009 12:56:06

The actual modules would have to be built against stackless (I think) -- also not sure if Boost Python works with Stackless (I've never checked)..

Is there a particular reason you are using stackless?? (I'm interested as I've thought about playing with it a couple of times)

Andy

mkandula

21-02-2009 14:30:21

well..there are interesting game code/script possibilities using stackless...wanted to explore.

mkandula

03-03-2009 05:22:18

ok..it runs with python-stackless 2.5 just as it does with normal python. Very cool.

I tried python 3.0 and py-ogre did not work. Anyone knows why ? does any python 2.5+ version work ?

andy

03-03-2009 06:50:18

It's compiled specifically against Python 2.5 so don't expect it to work on any other -- you'd have to build your own (for the moment) for other versions..

Andy