I apologise if this I am saying is a bit redundant. I have similar problems in ubuntu
$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=14.04 DISTRIB_CODENAME=trusty DISTRIB_DESCRIPTION="Ubuntu 14.04.1 LTS" $ melt --version melt 0.9.0 ... $ openshot --version ------------------------- ERROR 1 ------------------------------ Failed to import 'from openshot import main' Error Message: cannot import name main ---------------------------------------------------------------- OpenShot version 1.4.3 $ python Python 2.7.6 (default, Mar 22 2014, 22:59:56) [GCC 4.8.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import mlt >>> mlt.Factory().init() No LADSPA plugins were found! Check your LADSPA_PATH environment variable. <mlt.Repository; proxy of <Swig Object of type 'Mlt::Repository *' at 0x7f8eccf1a5a0> > How do I work around them: $ sudo apt-get remove openshot python-mlt --purge $ sudo apt-get install openshot $ mv .openshot .openshot-old -- You received this bug notification because you are a member of OpenShot Bugs, which is subscribed to OpenShot Video Editor. https://bugs.launchpad.net/bugs/1319266 Title: Openshot does not start on Ubuntu 14.04 Status in OpenShot Video Editor: New Bug description: I had to upgrade to Ubuntu 14.04 due to other reasons but now openshot won't start any more. I get the following error message: -------------------------------- OpenShot (version 1.4.4~alpha1) -------------------------------- Process no longer exists: 7379. Creating new pid lock file. *** ERROR: MLT Python bindings failed to import *** *** 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.7/threading.py", line 810, in __bootstrap_inner self.run() File "/home/hanke/openshot/openshot/classes/thumbnail.py", line 240, in run mlt.Factory().init() NameError: global name 'mlt' is not defined *** ERROR: MLT Python bindings failed to import *** ------------------------- ERROR 1 ------------------------------ Failed to import 'from openshot import main' Error Message: No module named mlt ---------------------------------------------------------------- ------------------------- ERROR 2 ------------------------------ Failed to import 'from openshot.openshot import main' Error Message: No module named openshot ---------------------------------------------------------------- OpenShot has failed to import some of the Python files or libraries required for our application to run. Here are some trouble shooting tips: Tip 1) Check if MLT can be successfully imported in Python. Run the following commands, and see if any errors are displayed. If you get an error, you need to investigate the correct way to install MLT. NOTE: Do not type the $ or >> characters in the examples below. $ python >> import mlt >> mlt.Factory().init() Tip 2) If MLT is working from the first example, then the next tip is to look at the above error messages very closely, and google for more help. It's likely the problem is already reported, and maybe there is a simple work-around. Also, you can search for bugs or report a new bug at https://bugs.launchpad.net/openshot. Good luck! Using the proposed commands does not work: $ python Python 2.7.6 (default, Mar 22 2014, 22:59:56) [GCC 4.8.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import mlt Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named mlt MLT 0.8.8 is installed: $ melt --version melt 0.8.8 Copyright (C) 2002-2013 Ushodaya Enterprises Limited <http://www.mltframework.org/> This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. I use Openshot 1.4.4 alpha from the bazaar repositories. Related forum post: http://openshotusers.com/forum/viewtopic.php?f=12&t=2084 To manage notifications about this bug go to: https://bugs.launchpad.net/openshot/+bug/1319266/+subscriptions -- Mailing list: https://launchpad.net/~openshot.bugs Post to : [email protected] Unsubscribe : https://launchpad.net/~openshot.bugs More help : https://help.launchpad.net/ListHelp

