Skip to content

Instantly share code, notes, and snippets.

/.bash Secret

Created March 29, 2016 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/c66a40056af455fa44b7 to your computer and use it in GitHub Desktop.
Save anonymous/c66a40056af455fa44b7 to your computer and use it in GitHub Desktop.
If 'opennshot' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf opennshot
continue@linux-5r5y:~> openshot
------------------------- ERROR 1 ------------------------------
Failed to import 'from openshot import main'
Error Message: cannot import name main
----------------------------------------------------------------
--------------------------------
OpenShot (version 1.4.3)
--------------------------------
Process no longer exists: 8260. Creating new pid lock file.
------------------------- ERROR 2 ------------------------------
Failed to import 'from openshot.openshot import main'
Error Message: No module named PIL
----------------------------------------------------------------
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!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment