Azt én ezidáig nem tudtam elindítani.
root[a]# openshot
------------------------- ERROR 1 ------------------------------
Failed to import 'from openshot import main'
Error Message: cannot import name main
----------------------------------------------------------------
** (process:1901): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
** (process:1901): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'
** (process:1901): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
--------------------------------
OpenShot (version 1.4.3)
--------------------------------
Process no longer exists: 1826. Creating new pid lock file.
------------------------- ERROR 2 ------------------------------
Failed to import 'from openshot.openshot import main'
Error Message: No module named goocanvas
----------------------------------------------------------------
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!
root[a]# slapt-get -search mlt
linuxdoc-tools-0.9.66-i486-8 [inst=no]: linuxdoc-tools (utilities for working with DocBook and SGML)
mlt-0.5.10-i486-1lm [inst=yes]: mlt (media lovin' toolkit)
root[a]#
...igen, az 1. pont szerint végigfutottam a pythonban amit leírtak.
Most jön a google...
---
--- A gond akkor van, ha látszólag minden működik. ---
---