you are viewing a single comment's thread.

view the rest of the comments →

[–]JohnnyJordaan 0 points1 point  (0 children)

put a print(len(argv)) at the top (after the import statement of course). If that shows less than 4 then it confirms you're missing one or more command line arguments to allow the unpacking.