Looks like it's trying to use python3 instead of python2 for some reason. Do you have python2 installed? You could try running python2 flowblade instead, or edit the file to start with #!/usr/bin/python2. 12. Oct 2017 15:40 by void...@googlegroups.com: > If I call ./flowblade I get: >   File "./flowblade", line 26>     print "FLOWBLADE MOVIE EDITOR 1.14">                                                                     ^>      SyntaxError: Missing parentheses in call to 'print'. Did you mean print("FLOWBLADE MOVIE EDITOR 1.14")? > > > > Am Donnerstag, 12. Oktober 2017 14:39:07 UTC+2 schrieb Leah Neukirchen: >> "'Gerhard Kugler' via voidlinux" <>> voi...@googlegroups.com>> > writes: >> >> > Hi, >> > I would like to install flowblade. I have downloaded the tar-File. But if I >> > start the file flowblade I get errors. The file is not read in several >> > expressions. Possibly I had not installed all dependencies. >> > Gerhard >> >> From a quick look at the dependencies defined in >> https://aur.archlinux.org/packages/flowblade/ >> Void Linux should have all the packages. >> >> Without showing the full error message, people cannot help you. >> >> -- >> Leah Neukirchen  <>> le...@vuxu.org>> >  >> http://leah.zone >> > > > -- > You received this message because you are subscribed to the Google Groups "voidlinux" group. > To unsubscribe from this group and stop receiving emails from it, send an email to > voidlinux+...@googlegroups.com> . > To post to this group, send email to > void...@googlegroups.com> . > To view this discussion on the web visit > https://groups.google.com/d/msgid/voidlinux/96e40c31-fef3-4a4c-8289-166f7849e29c%40googlegroups.com> . > For more options, visit > https://groups.google.com/d/optout> . >