this is what i get at the end of installing through apt on debian unstable
32-bit:
/usr/lib/pymodules/python2.5/openshot/uploads/vimeo/convenience.py:84:
Warning: 'with' will become a reserved keyword in Python 2.6
Compiling /usr/lib/pymodules/python2.5/openshot/uploads/vimeo/convenience.py
...
File "/usr/lib/pymodules/python2.5/openshot/uploads/vimeo/convenience.py",
line 84
with open(file_path) as video:
^
SyntaxError: invalid syntax
this is what i get if i try to run openshot from a terminal:
Error: OpenShot has not been installed in the Python path.
(Both the site-packages and /usr/share/openshot folders were checked)
Use the following command to install OpenShot:
$ sudo python setup.py install
regards
Ferdinand