visualize_1541 icon indicating copy to clipboard operation
visualize_1541 copied to clipboard

visualize_1541_blocks.py seems to be python 2?

Open Rhialto opened this issue 1 year ago • 0 comments

It seems that visualize_1541_blocks.py is not python3 but python2 ?

visualize_1541$ python3 visualize_1541_blocks.py "somefile.g64" 1b.png
  File ".../visualize_1541/visualize_1541_blocks.py", line 108
    print "track {}, offset {}, size {}, speed {}".format(trackno, offset, len, speed)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

Rhialto avatar Jul 08 '24 20:07 Rhialto