Re: [cgkit-user] segfault help?
Brought to you by:
mbaas
|
From: makura <y_m...@ya...> - 2012-02-01 12:44:07
|
Hello, I installed cgkit under Debian6.0.3-squeeze-i386 and Ubuntu-10.04.3-desktop-amd64 on VirtualBox. but both of render.py was segmentation fault. >>>from cgkit.all import * (segmentation fault) but >>>import pygame >>>from cgkit.all import * OK. I installed ... SDL libfortran atlas SDL-image SDL-ttf python-setuptools python-nose numpy libmikmod SDL-mixer portmidi and python-pygame. and I rewrote render.py in build/scripts-2.6. ---- import sys, os, os.path, optparse, glob, time import pygame # <-- add from cgkit.ri import * ---- and >sudo python setup.py install It works. Thank you. Yuichirou yokomakura |