1
Ubuntu tietokoneissa / Vs: Openshot-ohjelma ei käynnisty loppun asti
« : 26.11.15 - klo:12.49 »
Hei, tuo toimi Kiitos tuhannesti
Ubuntu 24.04.1 LTS | Lataa ja asenna | Tutustu yhteisöön | Blogi | Yritysten tarjoamat palvelut
Liity Ubuntu Suomen seuraan muualla: Discourse, Facebook, Mastodon, Matrix, Telegram, X
Tässä osiossa voit tarkastella kaikkia tämän jäsenen viestejä. Huomaa, että näet viestit vain niiltä alueilta, joihin sinulla on pääsy.
jkj@editori:~$
jkj@editori:~$ ls /etc/apt/sources.list.d/
getdeb.list
getdeb.list.save
gnome3-team-gnome3-trusty.list
gnome3-team-gnome3-trusty.list.save
google-chrome.list
libdvdcss.list
otto-kesselgulasch-gimp-trusty.list
otto-kesselgulasch-gimp-trusty.list.save
playdeb.list
playdeb.list.save
spotify.list
spotify.list.save
videolan-stable-daily-trusty.list
videolan-stable-daily-trusty.list.save
webupd8team-java-trusty.list
webupd8team-java-trusty.list.save
webupd8team-y-ppa-manager-trusty.list
jkj@editori:~$ ls /etc/apt/sources.list.d/
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!
jkj@editori:~$ python
Python 2.7.6 (default, Jun 22 2015, 17:58:13)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import mlt
>>> mlt.Factory().init()
<mlt.Repository; proxy of <Swig Object of type 'Mlt::Repository *' at 0x7ff0988ca4b0> >
>>>