[cgkit-user] cgkit with ubuntu 13.04
Brought to you by:
mbaas
|
From: Baptiste L. <bap...@gm...> - 2013-11-18 19:21:58
|
Good evening,
I am trying to use CGKIT for python 2.7 on my computer which is running
ubuntu 13.04 64 bits, but I have some issues with libboost dependencies.
In fact the problem, is not when installing cgkit, but when using it, due
to libboost dependencies. Below is the error I got:
bat@bat-UX32VD:~/00PythonSoftware/FreeKiteSim/3D_Viewer$
./FreeKiteViewer.sh
Traceback (most recent call last):
File "/usr/local/bin/viewer.py", line 63, in <module>
from cgkit.all import *
File "/usr/local/lib/python2.7/dist-packages/cgkit/all/__init__.py", line
46, in <module>
from cgkit import _core
ImportError: libboost_python-py27.so.1.46.1: cannot open shared object
file: No such file or directory
I can install libboost-python1.49 and libboost-python1.53 from ubuntu
repository but not 1.46.1
I am using 64 bit.
bat@bat-UX32VD:~$ uname -a
Linux bat-UX32VD 3.8.3-030803-generic #201303141650 SMP Thu Mar 14 20:51:08
UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
Has anybody suceeded in installing it on 13.04?
What would be the best steps?
Many thanks,
Baptiste LABAT
PS: due to this problem, I am switching to html5 webgl, but cgkit is still
in use in many python projects.
|