Download

Windows

Linux

  • get the .py file from github and copy it into a folder of your choice
  • open a terminal and navigate to the folder
  • open the py-file with Python 3: “python3 mbseqed.py”
  • if that fails, try “python mbseqed.py”

Mac

  • Same as for Linux

8 thoughts on “Download

  1. Having problems getting this guy to run on mac. Not used to Python but pulling in

    python mbseqed.py
    Traceback (most recent call last):
    File “mbseqed.py”, line 1, in
    from tkinter import filedialog
    ImportError: No module named tkinter

    And

    python3 mbseqed.py
    Traceback (most recent call last):
    File “mbseqed.py”, line 6, in
    import pygame.mixer #for playing back the sequence
    ImportError: No module named ‘pygame’

    Like

  2. Hi, what’s the state of the editor? I can’t find the windows executable and I’m gonna try the python script.

    Like

Leave a comment