Ok, I'm testing again all examples.

===== summary =====
* ode stuff was corrected, except ode-join and ode-mass that might
need some review.
* gui stuff now doesn't give any warning
* particle-1 needs review
* pudding stuff works
* pudding-meter-1 needs to correct its import
* pudding-svgelements-1 is failing to find elementtree library
* raypicking-1,raypicking-3, ode-collision-7-hit_func-3-contacts:
laser class is failing to render.
* sound-1 doesn't work; seems to be a error introduced recently in the svn.
* test keeps failing: "no cal3dbody"

===================


ode-collision-7-hit_func-3-contacts.py - seems to work, but mouse
click don't work (no laser drawed, no effect)
Python2.5 says:
Exception exceptions.TypeError: "unsupported operand type(s) for *:
'NoneType' and 'float'" in 'soya._soya.PythonCoordSyst._render'
ignored

ode-join.py - acts odd; (this time I've seen something less odd)

ode-mass.py - exits without doing nothing

particle-1.py - works, but python says:  (the animation only happens
one or two secons; it is ok, or it should be a sustained rate of
particles?)
/usr/lib/python2.5/site-packages/soya/particle.py:22:
DeprecationWarning: The content of this module is now in the soya
module.
  warnings.warn("The content of this module is now in the soya
module.", DeprecationWarning)

pudding-meter-1.py - fails to import pudding.ext.meter (it works
perfectly when I corrected the import)
Traceback (most recent call last):
  File "pudding-meter-1.py", line 10, in <module>
    import pudding.ext.meter
ImportError: No module named pudding.ext.meter

pudding-svgelements-1.py - fails to import svgelements. It says that i
don't have python-elementtree, but Debian's aptitude says it's
installed.
/usr/lib/python2.5/site-packages/soya/pudding/ext/svgelements.py:25:
DeprecationWarning: raising a string exception is deprecated
  raise "You need elementtree from http://effbot.org/zone/element-index.htm";
Traceback (most recent call last):
  File "pudding-svgelements-1.py", line 8, in <module>
    import soya.pudding.ext.svgelements as svgelements
  File "/usr/lib/python2.5/site-packages/soya/pudding/ext/svgelements.py",
line 25, in <module>
    raise "You need elementtree from http://effbot.org/zone/element-index.htm";
You need elementtree from http://effbot.org/zone/element-index.htm

raypicking-1, raypicking-3.py -- the laser doesn't render:
Exception exceptions.TypeError: "unsupported operand type(s) for *:
'NoneType' and 'float'" in 'soya._soya.PythonCoordSyst._render'
ignored

sound-1.py - doesn't work.

sound-1.py:80: DeprecationWarning: the sets module is deprecated
  cube = NoisyCube(scene, cube.Cube().to_model())
AL_INVALID_ENUM
Traceback (most recent call last):
  File "sound-1.py", line 102, in <module>
    soya.MainLoop(scene).main_loop()
  File "main_loop.pyx", line 181, in soya._soya.MainLoop.main_loop
  File "main_loop.pyx", line 272, in soya._soya.MainLoop.advance_time
  File "world.pyx", line 584, in soya._soya._World.advance_time
  File "sound-1.py", line 68, in advance_time
    soya.check_al_error()
  File "sound.pyx", line 38, in soya._soya.check_al_error
soya._soya.ALError: AL_INVALID_ENUM

test.py - fails, no atribute cal3dbody

_______________________________________________
Soya-user mailing list
Soya-user@gna.org
https://mail.gna.org/listinfo/soya-user

Reply via email to