Solved. The Way:

ma...@debian-xfce:~$ python
Python 2.5.5 (r255:77872, Feb  2 2010, 00:25:36) 
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.version  
'2.5.5 (r255:77872, Feb  2 2010, 00:25:36) \n[GCC 4.4.3]'
>>> import mlt  
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python2.5/site-packages/mlt.py", line 7, in <module> 
import _mlt
ImportError: libmlt++.so.2: cannot open shared object file: No such file or 
directory
>>>

What is in Directory "/usr/local/lib/python2.5/site-packages/" ?

ma...@debian-xfce:~$ ll /usr/local/lib/python2.5/site-packages/
total 1044
- -rw-r--r-- 1 root staff  35130 2009-09-19 01:11 mlt.py
- -rwxr-xr-x 1 root staff 480745 2009-09-19 01:11 _mlt.so
- -rw-r--r-- 1 root staff 539616 2009-09-19 01:11 mlt_wrap.o

All these 3 files deleted and openshot runs!



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to