beeware / beeware/bugjar

Fails to run when python3 is default on system

Open
#7 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.