Hi, I'm working very hard to have Soya compiled using latest Pyrex 0.9.8.5 At least, these patches will make soya compilable with that version of pyrex, but it is not perfect.
ODE collisions work, when using single precision libraries of ODE.
But it fails in the following tutorials:
** python tutorial/ode-collision-4-pushable.py -- FAILS -- returns:
Exception exceptions.TypeError: "'soya._soya.Contact' object does not
support item assignment" in 'soya._soya.collide_callback' ignored
** python tutorial/ode-collision-7-hit_func-3-contacts.py -- FAILS -- returns:
File "tutorial/ode-collision-7-hit_func-3-contacts.py", line 38, in <module>
soya.MAIN_LOOP.events
AttributeError: 'NoneType' object has no attribute 'events'
** python tutorial/ode-collision-8-terrain.py --FAILS-- balls pass
through terrain.
** python tutorial/ode-collision-9-box.py --FALLS-- objects pass
through floor. and an error in shell:
Exception exceptions.TypeError: "'soya._soya.Contact' object does not
support item assignment" in 'soya._soya.collide_callback' ignored
** the rest of examples seems to be working
I will work to have these working too.
0001-Correct-pyrex-bug-typecast-functioncall.patch
Description: Binary data
0002-Allow-to-compile-Pyrex-sources-without-.svn-folder.patch
Description: Binary data
0003-Add-new-GL_ERROR-message.patch
Description: Binary data
0004-restore-old-version-of-laser.render-because-the-new-.patch
Description: Binary data
_______________________________________________ Soya-user mailing list [email protected] https://mail.gna.org/listinfo/soya-user
