bugjar
bugjar copied to clipboard
Fails to run when python3 is default on system
This computer has python3 as the default python runtime. Trying to run bugjar triggers this error:
from Tkinter import *
ImportError: No module named 'Tkinter'
From what I can deduce this is because with python3, Tkinter should be all lowercase, i.e. 'tkinter'.
I'm also experiencing this issue :+1:
Traceback (most recent call last):
File "/usr/bin/bugjar", line 9, in