Fails to run when python3 is default on system
Open
- Dominant language
- Python
- Stars
- 256
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
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'.
Contributor guide
Assessment
This issue has not been assessed yet.