(on Wikipedia)
https://www.pitivi.org/ [ 1 ]
Table of Contents [hide]
2009-01 – 0.11.3 ∞
Sourceforge has an older 0.10.1.3!
https://fr2.rpmfind.net/linux/gnome.org/sources/pitivi/0.11/pitivi-0.11.3.tar.bz2 [ 2 ]
./configure
checking for intltool >= 0.35.0... ./configure: line 6320: intltool-update: command not found found configure: error: Your intltool is too old. You need intltool 0.35.0 or later.
su apt-get install intltool
Now it works.
But running it gives:
Traceback (most recent call last):
File "/usr/local/bin/pitivi", line 122, in ?
_run_pitivi()
File "/usr/local/bin/pitivi", line 111, in _run_pitivi
import pitivi.pitivi as ptv
File "pitivi/pitivi.py", line 33, in ?
from project import Project, file_is_project
File "pitivi/project.py", line 107
finally:
^
SyntaxError: invalid syntax
I’m just doing the basics, and it fails hard. Not ready for life.
Footnotes
- was pitivi.sourceforge.net [ ↩ ]
- was http://ftp.gnome.org/pub/GNOME/sources/pitivi/0.11/pitivi-0.11.3.tar.bz2 [ ↩ ]

ported