Trying again all the tutorials, I have seen that all of them are
working, with this exceptions:

GUI stuff works, but says this:
/usr/lib/python2.5/site-packages/soya/gui/widgets.py:276:
DeprecationWarning: process_event is deprecated, use MainLoop's events
attributs instead
  self.process_event(soya.process_event())

ODE collision 7th demonstration fails when it inits:

deavid:~/git/soya/soya/tutorial$ python ode-collision-7-hit_func-3-contacts.py
===== Control =====
arrows: move
espace: up
left:   down
mouse:  look
clic:   firing laser
right:  clic for stronger single shot
return: center the camera when you're lost
escape: quit
* Soya * Using 8 bits stencil buffer

* Soya * version 0.14
* Using OpenGL 1.5.8 NVIDIA 96.43.13
*   - renderer : GeForce4 MX 440/AGP/SSE2
*   - vendor   : NVIDIA Corporation
*   - maximum number of lights        : 8
*   - maximum number of clip planes   : 6
*   - maximum number of texture units : 2
*   - maximum texture size            : 2048 pixels

Traceback (most recent call last):
  File "ode-collision-7-hit_func-3-contacts.py", line 38, in <module>
    soya.MAIN_LOOP.events
AttributeError: 'NoneType' object has no attribute 'events'
* Soya3D * Quit...


ode-join.py -- seems to be acting odd.

ode-mass.py -- doesn't seem to do anything (it closes inmediately the window)

deavid:~/git/soya/soya/tutorial$ python ode-mass.py
* Soya * Using 8 bits stencil buffer

* Soya * version 0.14
* Using OpenGL 1.5.8 NVIDIA 96.43.13
*   - renderer : GeForce4 MX 440/AGP/SSE2
*   - vendor   : NVIDIA Corporation
*   - maximum number of lights        : 8
*   - maximum number of clip planes   : 6
*   - maximum number of texture units : 2
*   - maximum texture size            : 2048 pixels

Mass: 50.0
Center of Gravity: (0.0, 5.4000000953674316, -9.0)
Inertia Tensor: ((511.0, 512.0, 513.0), (512.0, 522.0, 523.0), (513.0,
523.0, 533.0))
* Soya3D * Quit...




particle-1.py -- seems to work (not at all, though), but says:
/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 stuff won't work:
deavid:~/git/soya/soya/tutorial$ python pudding-console-2.py
* Soya * Using 8 bits stencil buffer

* Soya * version 0.14
* Using OpenGL 1.5.8 NVIDIA 96.43.13
*   - renderer : GeForce4 MX 440/AGP/SSE2
*   - vendor   : NVIDIA Corporation
*   - maximum number of lights        : 8
*   - maximum number of clip planes   : 6
*   - maximum number of texture units : 2
*   - maximum texture size            : 2048 pixels

* Soya Pudding * Version: 0.1-0
Traceback (most recent call last):
  File "pudding-console-2.py", line 52, in <module>
    pudding.main_loop.MainLoop(scene).main_loop()
  File "/usr/lib/python2.5/site-packages/soya/pudding/main_loop.py",
line 25, in __init__
    self.events = []
AttributeError: attribute 'events' of 'soya._soya.MainLoop' objects is
not writable
* Soya3D * Quit...


raypicking-1.py and raypicking3.py -- They fail inside the laser class
with this error, and laser won't appear.
Exception exceptions.UnboundLocalError: "local variable 'direct'
referenced before assignment" in 'soya._soya.PythonCoordSyst._render'
ignored


test.py -- fails with the following message:
Traceback (most recent call last):
  File "test.py", line 40, in <module>
    class InterpolatingBody(soya.Cal3dBody):
AttributeError: 'module' object has no attribute 'Cal3dBody'
* Soya3D * Quit...


The rest of tutorials are working with the last changes.

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

Reply via email to