Replay Mod Forums

This Thread is locked - no new replies are allowed.

Locked 360 python script on windows
    • User
    • 9 forum posts
    User8311
    #1

    Aug 23 15, 02:42 PM

    Hi, because windows buggy app doesnt work on files larger that 3 GB i would like to use Python script.
    I instald python 3.4 and download the script. I put script and video to same folder and navigate terminal to the folder where are files and type this: "C:\>360VideosMetadata.py -i 360video.mp4 360videoNEW.mp4" .Name of the video is 360video.mp4.
    The terminal give me this "
    File "C:\360VideosMetadata.py", line 156
    print "Error, invalid size in ", name, " at ", position
    ^
    SyntaxError: Missing parentheses in call to 'print'"

    What am i doing wrong?


    • Developer
    • 818 forum posts
    User1
    #2

    Aug 23 15, 02:51 PM

    You have to use Python 2.7 instead of Python 3.x to use that script.


    • User
    • 9 forum posts
    User8311
    #3

    Aug 23 15, 03:05 PM | Last edited: Aug 23 15, 03:07 PM

    oh now its working! Thx Crush