"from cgkit.all import *" causes segfault
Brought to you by:
mbaas
I downloaded cgkit-2.0.0alpha9 on my Debian machine and installed it.
viewer.py helloworld.py
from the tutorial draws a Sphere as it should but
render.py
render.py -r aqsis
render.py -r aqsis helloworld.py
return a Segmentation Fault
Same does
from cgkit.all import *
from the Python console.