1) speed
-----------

python speed-1.py
* Soya * Using 8 bits stencil buffer

* Soya * version 0.13.2
* Using OpenGL 1.4 (2.1 Mesa 7.0.1)
*   - renderer : Mesa GLX Indirect
*   - vendor   : Mesa project: www.mesa3d.org
*   - maximum number of lights        : 8
*   - maximum number of clip planes   : 6
*   - maximum number of texture units : 8
*   - maximum texture size            : 2048 pixels

Traceback (most recent call last):
  File "speed-1.py", line 61, in <module>
    body = InterpolatingBody(scene, soya.cube.Cube(None).to_model())
  File "speed-1.py", line 43, in __init__
    self.speed  = soya.CoordSystSpeed(self)
  File "coordsyst.pyx", line 1023, in _soya._CoordSystSpeed.__init__
  File "coordsyst.pyx", line 152, in _soya.CoordSyst.added_into
TypeError: Argument 'new_parent' has incorrect type (expected _soya._World, 
got InterpolatingBody)
* Soya3D * Quit...

2) puding-meter
---------------------

python pudding-meter-1.py
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


python sound-1.py
* Soya * Using 8 bits stencil buffer

* Soya * version 0.13.2
* Using OpenGL 1.4 (2.1 Mesa 7.0.1)
*   - renderer : Mesa GLX Indirect
*   - vendor   : Mesa project: www.mesa3d.org
*   - maximum number of lights        : 8
*   - maximum number of clip planes   : 6
*   - maximum number of texture units : 8
*   - maximum texture size            : 2048 pixels
open /dev/[sound/]dsp: Device or resource busy
Could not open SDL library: libSDL.so: cannot open shared object file: No such 
file or directory
Could not open ESoundD library: libesd.so: cannot open shared object file: No 
such file or directory
Could not open aRts library: libartsc.so: cannot open shared object file: No 
such file or directory
* Using OpenAL 1.1
*   - renderer  : Software
*   - vendor    : OpenAL Community


3) sound 
-----------

Traceback (most recent call last):
  File "sound-1.py", line 102, in <module>
    soya.MainLoop(scene).main_loop()
  File "main_loop.pyx", line 150, in _soya.MainLoop.main_loop
  File "main_loop.pyx", line 247, in _soya.MainLoop.advance_time
  File "/usr/lib/python2.5/weakref.py", line 308, in __iter__
    def __iter__(self):
KeyboardInterrupt
* Soya3D * Quit...

=> I see the rotating cube, but without sound. My installed libs are :
/usr/lib/libSDL-1.2.so.0
/usr/lib/libesd.so.0
/usr/lib/libartsc.so.0

4) pudding-svgelements-1.py
--------------------------------------

python pudding-svgelements-1.py
/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

=> I have python 2.5 which embeds elementtree as standard module.

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

Reply via email to