Package: openshot
Version: 1.1.1-2
Severity: normal
- --- Please enter the report below this line. ---
I have installed Openshot from SID to the Testing. First of all there
was error by the start with MLT binding.
*** ERROR: MLT Python bindings failed to import ***
It was solved with:
ln -s /usr/lib/libmlt++.so.0.5.2 /usr/lib/libmlt++.so.2
But after that following error appears:
ma...@debian-xfce:~$ openshot
--------------------------------
OpenShot (version 1.1.1)
--------------------------------
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/usr/lib/pymodules/python2.5/openshot/classes/thumbnail.py",
line 170, in run mlt.Factory().init()
NotImplementedError: Wrong number of arguments for overloaded function
'Factory_init'. Possible C/C++ prototypes are:
init(char const *)
Mlt::Factory::init()
A new frmMain has been created
Traceback (most recent call last):
File "/usr/bin/openshot", line 57, in <module> main()
File "/usr/lib/pymodules/python2.5/openshot/openshot.py", line 57, in
main form1 = MainGTK.frmMain(project=current_project,
version=info.SETUP['version'])
File
"/usr/lib/pymodules/python2.5/openshot/windows/MainGTK.py", line 274,
in __init__ self.project.RefreshXML()
File
"/usr/lib/pymodules/python2.5/openshot/classes/project.py", line 237,
in RefreshXML self.GenerateXML(os.path.join(self.USER_DIR,
"sequence.mlt"))
File
"/usr/lib/pymodules/python2.5/openshot/classes/project.py", line 213,
in GenerateXML self.sequences[0].GenerateXML(dom, tractor1)
File
"/usr/lib/pymodules/python2.5/openshot/classes/sequences.py", line 187,
in GenerateXML fps = self.project.fps()
File
"/usr/lib/pymodules/python2.5/openshot/classes/project.py", line 101,
in fps self.mlt_profile =
profiles.mlt_profiles(self).get_profile(self.project_type)
File
"/usr/lib/pymodules/python2.5/openshot/classes/profiles.py", line 45,
in __init__ p = mlt.Profile(file_path)
File
"/usr/local/lib/python2.5/site-packages/mlt.py", line 372, in __init__
this = _mlt.new_Profile(*args
NotImplementedError: Wrong number of arguments for overloaded function
'new_Profile'. Possible C/C++ prototypes are:
Mlt::Profile()
Mlt::Profile(char const *)
Mlt::Profile(Mlt::Properties &)
Mlt::Profile(mlt_profile)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]