sort
sort copied to clipboard
python launcher crashing
while running sort.py with the argument display, the python launcher is crashing and no output is available.
Can you please provide more details? E.g. your OS? which version of python? error message?
You can also try adding the following to the top of your sort.py file:
import matplotlib
matplotlib.use('TkAgg')