Re: [cgkit-user] cgkit on Ubuntu 8.10
Brought to you by:
mbaas
|
From: Tauscher <tau...@ab...> - 2009-03-16 22:16:29
|
Hi Matthias, > So could you try the latest svn > version (rev299) and check if it makes a difference? Adding object.__init__(self) to the beginning of the scene constructor unfortunately doesn't fix the crash under Ubuntu. But while exploring the scene.py module I realized that there is an import loop: worldobject does import scene and is itself imported by scene. As _scene=Scene() is executed at scene import time, maybe this causes potential trouble? Could you have a look at it? > ok, I hope that we get this crash fixed soon so that you can actually > start working on your project. Currently I have little time in general and especially for this project, as it is a private joy - but fixing the problem would encourage me to finally start with it. Regards Helga |