It seems like on Friday 01 of April 2005 20:11, Michal Chruszcz typed:
> Hello,
>
> I'm experiencing a strange problem with Soya. When I run any code which
> calls soya.Shape.get, soya.Material.get (and probably some others - I
> haven't managed to find more) I get an error like this one:
[...]
I made some progress regarding this issue. Namely, I found out that the 
problem is *much* greater than I had thought earlier or it is connected in 
some specific maneer. I started from the very beginning and was changing 
different parts of basic-1.py from the tutorial, which crashed similarly. 
When I comment out the line
soya.set_root_widget(camera)
the program *works* despite the KeyError raised in the shape.pyx file, which 
I mentioned in the previous post. Well, works means it doesn't quit 
suddenly; nothing appears in the window, actually, which isn't quite a 
surprise. I noticed the same behaviour in the character-animation-2.py file 
(character-animation-1.py works fine!), when I comment out the
soya.root_widget.add(camera)
line. Then it's probably something wrong with the setting up a camera in a 
scene.
Right now I don't have ideas anymore, but I won't terminate my investigation 
since I really need to make Soya working on amd64 :-), however I would 
appreciate some support at solving this problem.
-- 
Michal Chruszcz -=- Seen at http://1lo.sanok.pl/~troll/gallery.php

Reply via email to