← Back to team overview

openshot.developers team mailing list archive

Re: [Bug 482985] Re: openshot won't open in Ubuntu 9.10

 

Hi,
I did a new installation of Ubuntu to clear things up - and indeed - with
packages and dependencies were installed correctly.
So, I'm testing Openshot now.
In the effects and filters are some very interesting features - on the other
hand I found some strange artefacts by simple clip manipulations (Properties
(Viedeo Fade in doesnt work correctly in my opinion (It fades from white not
from black and seems to be a little inaccurate.
I drilled down in the python code where I found some hints that it should
work as expected (there is referenced to a black plane).
But nevertheless - the installation problems may be caused to multiple
installation of Mlt, ffmpeg and so on.
CU
Rupert


2010/1/19 wl2776 <wl2776@xxxxxxxxx>

> Oups... Again, same thing here.
>
> *** ERROR: MLT Python bindings failed to import ***
>
> Not sure, why this has worked previous time in the bug #501310.
>
> I've run the interactive python prompt and tried importing mlt:
>
> $ python
> Python 2.6.4 (r264:75706, Dec  7 2009, 18:45:15)
> [GCC 4.4.1] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import mlt
> Traceback (most recent call last):
>  File "<stdin>", line 1, in <module>
>  File "/usr/lib/pymodules/python2.6/mlt/__init__.py", line 1, in <module>
>    from mlt import *
>  File "/usr/lib/pymodules/python2.6/mlt/mlt.py", line 7, in <module>
>    import _mlt
> ImportError: libmlt++.so.2: cannot open shared object file: No such file or
> directory
> >>>
>
> $ locate libmlt++.so
> /usr/lib/libmlt++.so.0.4.10
> /usr/lib/libmlt++.so.3
> $ locate libmlt++.so.2
> $
>
> Looks like mlt python bindings are bound to the old version of the mlt.
>
> --
> openshot won't open in Ubuntu 9.10
> https://bugs.launchpad.net/bugs/482985
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in OpenShot Video Editor: Incomplete
> Status in Ubuntu: New
>
> Bug description:
> Every time I try and open openshot it comes up with this error
> OpenShot (version 0.9.53)
> --------------------------------
> *** ERROR: MLT Python bindings failed to import ***
> *** ERROR: MLT Python bindings failed to import ***
> Exception in thread Thread-1:
> Traceback (most recent call last):
>  File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
>    self.run()
>  File "/usr/share/openshot/classes/thumbnail.py", line 174, in run
>    mlt.Factory().init()
> NameError: global name 'mlt' is not defined
>
> -------------------------------------------------------
> Error:  OpenShot has not been installed in the Python path.
> (Both the site-packages and /usr/share/openshot folders were checked)
>
> Use the following command to install OpenShot:
>  $ sudo python setup.py install
>
> user@user-desktop:~$ sudo python setup.py install
> [sudo] password for user:
> python: can't open file 'setup.py': [Errno 2] No such file or directory
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/openshot/+bug/482985/+subscribe
>


-- 
Rupert Zimmermann
Kaiserswerther Str. 188
40474 Düsseldorf

-- 
openshot won't open in Ubuntu 9.10
https://bugs.launchpad.net/bugs/482985
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.

Status in OpenShot Video Editor: Incomplete
Status in Ubuntu: New

Bug description:
Every time I try and open openshot it comes up with this error
OpenShot (version 0.9.53)
--------------------------------
*** ERROR: MLT Python bindings failed to import ***
*** ERROR: MLT Python bindings failed to import ***
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
    self.run()
  File "/usr/share/openshot/classes/thumbnail.py", line 174, in run
    mlt.Factory().init()
NameError: global name 'mlt' is not defined

-------------------------------------------------------
Error:  OpenShot has not been installed in the Python path.
(Both the site-packages and /usr/share/openshot folders were checked)

Use the following command to install OpenShot:
  $ sudo python setup.py install

user@user-desktop:~$ sudo python setup.py install
[sudo] password for user: 
python: can't open file 'setup.py': [Errno 2] No such file or directory





References