えくすとらんのブログ: openshot 起動時の不具合の対処(自分用メモ)

openshot 起動時の不具合の対処(自分用メモ)

えくすとらんの環境ではopenshotは新しいバージョンが

あまりうまく起動しないためまだ古いバージョンを

使っています

ダウングレードして使っているため


------------------------- ERROR 1 ------------------------------
Failed to import 'from openshot import main'
Error Message: cannot import name main
----------------------------------------------------------------

------------------------- ERROR 2 ------------------------------
Failed to import 'from openshot.openshot import main'
Error Message: Non-ASCII character '\xc2' in file /usr/lib/python3.4/site-packages/cairo/__init__.py on line 3, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details (__init__.py, line 2)
----------------------------------------------------------------

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!

なにやらMLTがなんたらかんたら....

とでてきました

対処

 mlt-python-bindings と MLTのバージョンをopenshotが

起動するまでさげてみました

アップデートで設定が変わってしまうので

pacman.confのignorepkgに追加しておきました

IgnorePkg = openshot mlt mlt-python-binding

openshotの新しいバージョンも使いやすそうですが

もう少しだけなれたバージョンを使っていきます^^

追記
downgradeはデフォルトでは入っていないようですので
yaourtで追加すると良いようですね...



0 件のコメント:

コメントを投稿

 久しぶりの更新です 備忘録 使っているarchlinuxにnvidiaのドライバを入れたところドライバがあっていなかったのかxが起動せずこれをアンインストールしたがその後xf86-video-nouveauが入っているにもかかわらずxが起動しなくなったのでarchwikiにて調...