it doesn't run!
Strangely, a video editor can't recognize the format of an svg image!
EDIT:
It seemed like a dependency problem so I installed python-rsvg and it dependency from the repository and that cured the problem.
Strangely, a video editor can't recognize the format of an svg image!
jerry@vgnfw140e:~$ openshot
--------------------------------
OpenShot (version 1.1.0~alpha2)
--------------------------------
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.6/openshot/openshot.py", line 57, in main
form1 = MainGTK.frmMain(project=current_project, version=info.SETUP['version'])
File "/usr/lib/pymodules/python2.6/openshot/windows/MainGTK.py", line 146, in __init__
self.OSTreeTransitions = TreeTransitions.OpenShotTree(self.treeTransitions, self.project)
File "/usr/lib/pymodules/python2.6/openshot/windows/TreeTransitions.py", line 52, in __init__
pbThumb = gtk.gdk.pixbuf_new_from_file(file_path)
glib.GError: Couldn't recognize the image file format for file '/usr/lib/pymodules/python2.6/openshot/transitions/sand.svg'
--------------------------------
OpenShot (version 1.1.0~alpha2)
--------------------------------
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.6/openshot/openshot.py", line 57, in main
form1 = MainGTK.frmMain(project=current_project, version=info.SETUP['version'])
File "/usr/lib/pymodules/python2.6/openshot/windows/MainGTK.py", line 146, in __init__
self.OSTreeTransitions = TreeTransitions.OpenShotTree(self.treeTransitions, self.project)
File "/usr/lib/pymodules/python2.6/openshot/windows/TreeTransitions.py", line 52, in __init__
pbThumb = gtk.gdk.pixbuf_new_from_file(file_path)
glib.GError: Couldn't recognize the image file format for file '/usr/lib/pymodules/python2.6/openshot/transitions/sand.svg'
It seemed like a dependency problem so I installed python-rsvg and it dependency from the repository and that cured the problem.
Comment