You are not logged in.
Pages: 1
Hi,
Why this is in stable version if it doesn't work ?
------------------------- ERROR 1 ------------------------------
Failed to import 'from openshot import main'
Error Message: cannot import name main
----------------------------------------------------------------
--------------------------------
OpenShot (version 1.3.1)
--------------------------------
*** 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 552, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/site-packages/openshot/classes/thumbnail.py", line 170, in run
mlt.Factory().init()
NameError: global name 'mlt' is not defined
*** ERROR: MLT Python bindings failed to import ***
------------------------- ERROR 2 ------------------------------
Failed to import 'from openshot.openshot import main'
Error Message: No module named _mlt
----------------------------------------------------------------
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!
Install pip and grab mlt from there. Maybe whomever created the receipt already had mlt installed.
Offline
pip like ..python ? grab = copy-paste ?
pip is like a package manager but for python libraries. I've used it on both Linux and Windows to install libraries I needed.
Offline
Hi Trixar,
Is there any else video editor which works out-of-the-box ? I'm looking forward to build up a full featured OS like WinXP. (By now, I feel that is so stupid waste of time in the world of linux to have so much alternaltives)
Also, I do not remember where I can find on this the Search engine for packages by theme (games,multimedia..)
cheers,
Pages: 1
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]