Comment 3 for bug 511099

Revision history for this message
zbi (zbzbzb1) wrote :

I tried bzr branch lp:openshot/1.0
cd ~/1.0
python openshot/openshot.py

*** 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.6/threading.py", line 525, in __bootstrap_inner
    self.run()
  File "/home/zbi/1.0/openshot/classes/thumbnail.py", line 174, in run
    mlt.Factory().init()
NameError: global name 'mlt' is not defined

I had to install python-mlt_1.0-3~karmic_i386.deb
Then I was able to start OpenShot by python openshot/openshot.py
But Exaile failed on the same error as above.So I had to remove python-mlt that also removed frei0r-plugins.
Than Exaile worked.