I just tested all the CVS stuff I know of (I needed to update all this
stuff before resuming playing, my versions were way outdated).  As of
today:

editobj-cvs - compiles
py2play-cvs - compiles
pyopenal-cvs - compiles
soya-cvs - does NOT compile.  I edited 4 (I think) files in c_src and
changed "#include xmesh.h" to "#include mesh.h", then it compiled.

I tried to run each lesson, here are the ones that I had problems with:


lesson 011 - (this error is keeping my play/learn program from working)
Traceback (most recent call last):
  File "lesson-011.py", line 41, in ?
    anim.insert_state(0.0, scene)
  File "/usr/lib/python2.2/site-packages/soya/animation.py", line 87, in
insert_state
    self._compute_boundary_time()
  File "/usr/lib/python2.2/site-packages/soya/animation.py", line 49, in
_compute_boundary_time
    anim = self.anims.values()[0]
IndexError: list index out of range


lesson 012 -
Traceback (most recent call last):
  File "lesson-012.py", line 67, in ?
    tux_morph = soya3d.Morph(scene, tux_morph_shape)
AttributeError: 'module' object has no attribute 'Morph'


lesson 015 -
Segmentation fault


lesson 104 -  Changing all set_texture* to set_material* fixes this
Traceback (most recent call last):
  File "lesson-104.py", line 73, in ?
    land.set_texture(i, j, None)
AttributeError: 'Land' object has no attribute 'set_texture'

lesson 108 - works ok, but gives the error
ERROR : can't open font
/usr/share/texmf/fonts/type1/urw/courier/ucrb8a.pfb

lesson 110 - 
Traceback (most recent call last):
  File "lesson-110.py", line 65, in ?
    shape.build_tree()
AttributeError: 'Shape' object has no attribute 'build_tree'

lesson 112 -
Segmentation fault

lesson 114 AND 115 - no errors while running, but gives only a blank
window.  CPU is 0% idle.


lesson 116 - I had to kill artsd to get sound to work.  Not a problem
with the lesson, but maybe worth noting in the comments in case others
have this issue and don't know about artsd.

lesson 120 - 
Traceback (most recent call last):
  File "lesson-120.py", line 122, in ?
    shape.set_color_in_cylinderY((1.0, 1.0, 1.0, 1.0), (camera.x,
camera.z, 2.0))
AttributeError: 'Shape' object has no attribute 'set_color_in_cylinderY'


If it is of any value I'll work my way through soya_handbook.lyx and
post my results here.

-Jack


> 
> The CVS is probably not in a stable state... i'm still waiting for an internet 
> connexion for releasing a new version of Soya.
> Blam, des the CVS work or not ?
> 
> Jiba
-- 
Jack Madison <[EMAIL PROTECTED]>



-- 
Pour vous desabonner envoyez un mail a [EMAIL PROTECTED]

Reply via email to