openshot.developers team mailing list archive
-
openshot.developers team
-
Mailing list archive
-
Message #01090
[Bug 487237] Re: OpenShot has broken dependencies and will not run via experimental PPA and Karmic/9.10
Looking at your log, the error:
Error: OpenShot has not been installed in the Python path.
(Both the site-packages and /usr/share/openshot folders were checked)
can happen if the python path has not been set on your system. In the
terminal type:
echo $PYTHONPATH
If the result is an empty string, then you need to define the python
path, e.g.
export PYTHONPATH=$PYTHONPATH:/usr/lib/python2.6/site-packages/
You will then probably need to copy the files _mlt.so, mlt.py &
mlt_wrap.o from ~/src/mlt/src/swig/python to /usr/lib/python2.6/site-
packages.
Hopefully you will then be able to start Openshot.
--
OpenShot has broken dependencies and will not run via experimental PPA and Karmic/9.10
https://bugs.launchpad.net/bugs/487237
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:
I know, I know it's an experimental PPA. But I'm submitted this bug to help the developers.
steps taken:
sudo add-apt-repository ppa:jonoomph/openshot-edge
sudo aptitude update ; sudo aptitude install openshot
(broken dependencies, continue? y)
openshot
(errors, did not run)
I've attached a log of the entire sequence.
References