video-thumbnail-generator icon indicating copy to clipboard operation
video-thumbnail-generator copied to clipboard

SyntaxError on script run

Open GermanZun opened this issue 5 years ago • 1 comments
trafficstars

HI. I am getting a syntaxerror when running the script:

[desarrollo-01@centos-d01 video-thumbnail-generator]$ ./generator --help File "./generator", line 42 print "Extracting", int(videoFileClip.duration / interval), "frames" ^ SyntaxError: invalid syntax I am using python 3.6 on centos 8. pip dependence's install looks normal.

Thanks you!

GermanZun avatar May 18 '20 21:05 GermanZun

hey @GermanZun I suspect that this will not work on py3. Do you want to give it a shot using py2?

flavioribeiro avatar May 27 '20 00:05 flavioribeiro