Hello list,
I have not been able to get soya to import. I have tried with both soya cvs
and the Slune-with-deps package, and I get about the same thing:
[EMAIL PROTECTED] Slune-with-deps-1.0.7]$ ./run_without_install
* Slune * Slune lives in /home/mmarshall/Slune-with-deps-1.0.7
Traceback (most recent call last):
File "./slune/slune", line 38, in ?
import slune.globdef as globdef, soya
File "/home/mmarshall/Slune-with-deps-1.0.7/slune/globdef.py", line 20, in ?
import soya
File "/home/mmarshall/Slune-with-deps-1.0.7/soya/__init__.py", line 26, in ?
from soya._soya import *
ImportError:
/home/mmarshall/Slune-with-deps-1.0.7/soya/build/lib.linux-i686-2.4/soya/_soya.so:
undefined symbol: CalModel_Destroy
I am using the latest version of Cal3d on Arch Linux. I get the same result
with both python 2.3.5 and 2.4.1.
Anyone know what the problem is?
MWM