那麼等你安裝好之後大概會遇到這個問題:
1.用圖形介面怎麼點都沒有反應
2.用終端機打指令,發現出現下面錯誤
OpenShot (version 0.9.52)
-------
*** 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/
self.run()
File "/usr/share/
mlt.
NameError: global name 'mlt' is not defined
-------
Error: OpenShot has not been installed in the Python path.
(Both the site-packages and /usr/share/openshot folders were checked)
Use the following command to install OpenShot:
$ sudo python setup.py install
該怎麼解決呢?
這似乎是python的MLT問題
讓我們在終端機輸入下面指令就可以了
sudo ln -s $(ls -C /usr/lib/libmlt++.so.* | cut -f 1 -d' ') /usr/lib/libmlt++.so.2
這樣你的openshot應該就可以起死回生了吧!
沒有留言:
張貼留言