Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.98 KB | None | 0 0
  1. ~ [ openshot                                                          ] 8:06 PM
  2.  
  3. ------------------------- ERROR 1 ------------------------------
  4. Failed to import 'from openshot import main'
  5. Error Message: cannot import name main
  6. ----------------------------------------------------------------
  7.  
  8. ** (process:25533): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
  9.  
  10. ** (process:25533): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'
  11.  
  12. ** (process:25533): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
  13. --------------------------------
  14.    OpenShot (version 1.4.4~alpha1)
  15. --------------------------------
  16. Process no longer exists: 25472.  Creating new pid lock file.
  17. *** ERROR: MLT Python bindings failed to import ***
  18. *** ERROR: MLT Python bindings failed to import ***
  19.  
  20. ------------------------- ERROR 2 ------------------------------
  21. Failed to import 'from openshot.openshot import main'
  22. Error Message: No module named goocanvas
  23. ----------------------------------------------------------------
  24.  
  25. OpenShot has failed to import some of the Python files or libraries
  26. required for our application to run.  Here are some trouble shooting
  27. tips:
  28.  
  29. Tip 1) Check if MLT can be successfully imported in Python.  Run the
  30.  following commands, and see if any errors are displayed.  If you get
  31.  an error, you need to investigate the correct way to install MLT.
  32.  NOTE:  Do not type the $ or >> characters in the examples below.
  33.  
  34.        $ python
  35.        >> import mlt
  36.        >> mlt.Factory().init()
  37.  
  38. Tip 2) If MLT is working from the first example, then the next tip is
  39.  to look at the above error messages very closely, and google for more
  40.  help.  It's likely the problem is already reported, and maybe there is
  41. a simple work-around.  Also, you can search for bugs or report a new
  42. bug at https://bugs.launchpad.net/openshot.  Good luck!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement