PDA

View Full Version : Building Pyclutter



Vids
July 21st, 2010, 10:09 PM
Hello all,

I am trying to build pyclutter modules on ubuntu 10.04

I want to import cluttergst in my program and hence I installed clutter-gst-1.0.0 from http://source.clutter-project.org/sources/clutter-gst/1.0/ (http://source.clutter-project.org/sources/clutter-gst/1.0/). I also installed pyclutter-gst. I cloned the latest source from git clone git://git.clutter-project.org/bindings/pyclutter-gst.

Then when I try to run my program it gives the following error:

vidya@vidya-laptop:~/my_sources$ python test_video.py
Traceback (most recent call last):
File "test_video.py", line 1, in <module>
import clutter, gst, cluttergst
File "/usr/local/lib/python2.6/dist-packages/cluttergst/__init__.py", line 35, in <module>
from cluttergst import _cluttergst
ImportError: libclutter-gst-1.0.so.0: cannot open shared object file: No such file or directory


But actually I see this 'libclutter-gst-1.0.so.0' in /usr/local/lib

Any help please!!

Thanks!
Vidya.

Iowan
July 22nd, 2010, 12:21 AM
Closed.
Duplicate: http://ubuntuforums.org/showthread.php?p=9619037#post9619037

From Code of Conduct:
Please do not cross post, or post the same thing in multiple locations.