sort icon indicating copy to clipboard operation
sort copied to clipboard

python launcher crashing

Open ravinkohli opened this issue 6 years ago • 1 comments

while running sort.py with the argument display, the python launcher is crashing and no output is available.

ravinkohli avatar Apr 26 '18 17:04 ravinkohli

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')

abewley avatar Jun 22 '18 21:06 abewley