OpenShot has broken dependencies and will not run via experimental PPA and Karmic/9.10

Bug #487237 reported by Brett Alton
4
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenShot Video Editor
Incomplete
Undecided
Unassigned

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.

Revision history for this message
Brett Alton (brett-alton-deactivatedaccount) wrote :
Revision history for this message
Andy Finch (fincha) wrote :

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.

Andy Finch (fincha)
Changed in openshot:
status: New → Incomplete
Revision history for this message
Brett Alton (brett-alton-deactivatedaccount) wrote :

I'm just confused because I installed openshot through your PPA, not via source, so why do I have to move libraries from a src/ folder that I don't have?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.