openshot.developers team mailing list archive
-
openshot.developers team
-
Mailing list archive
-
Message #01695
Re: [Bug 501310] Re: OpenShot doesn't start
*** This bug is a duplicate of bug 482985 ***
https://bugs.launchpad.net/bugs/482985
This should work now, with the latest version from the PPA.
On Thu, Dec 31, 2009 at 10:55 AM, Andy Finch
<we.rocked.in79@xxxxxxxxxxxxxx>wrote:
> *** This bug is a duplicate of bug 482985 ***
> https://bugs.launchpad.net/bugs/482985
>
> ** This bug has been marked a duplicate of bug 482985
> openshot won't open in Ubuntu 9.10
>
> --
> OpenShot doesn't start
> https://bugs.launchpad.net/bugs/501310
> 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: New
>
> Bug description:
> Ubuntu 9.10
> I've installed the Openshot Editor from the PPA, along with all
> dependencies (incuding mlt-python).
>
> When I try to start in, it gives the following error
>
> $ openshot
> Added /usr/share/openshot to system path
> --------------------------------
> OpenShot (version 0.9.54)
> --------------------------------
> *** 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
>
>
> However, the editor successfully started, when I run interactive python
> prompt and added /usr/share/mlt-python
> to the system path (sys.path.append ("/usr/share/mlt-python"))
>
> Looks like the mlt-python package doesn't comply with the Ubuntu
> regulations about paths for the python bindings.
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openshot.developers<https://launchpad.net/%7Eopenshot.developers>
> Post to : openshot.developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openshot.developers<https://launchpad.net/%7Eopenshot.developers>
> More help : https://help.launchpad.net/ListHelp
>
--
OpenShot doesn't start
https://bugs.launchpad.net/bugs/501310
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: New
Bug description:
Ubuntu 9.10
I've installed the Openshot Editor from the PPA, along with all dependencies (incuding mlt-python).
When I try to start in, it gives the following error
$ openshot
Added /usr/share/openshot to system path
--------------------------------
OpenShot (version 0.9.54)
--------------------------------
*** 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
However, the editor successfully started, when I run interactive python prompt and added /usr/share/mlt-python
to the system path (sys.path.append ("/usr/share/mlt-python"))
Looks like the mlt-python package doesn't comply with the Ubuntu regulations about paths for the python bindings.
References