beeware / bugjar

A interactive graphical debugger for Python code.
BSD 3-Clause "New" or "Revised" License
249 stars 31 forks source link

ModuleNotFoundError: No module named 'Tkinter' #30

Open moshesakajo opened 4 years ago

moshesakajo commented 4 years ago

Running bugjar bugjar_demo1.py a b gives this error:

Traceback (most recent call last): File "C:\NETCONF\Scripts\bugjar-script.py", line 11, in <module> load_entry_point('bugjar==0.1.0', 'console_scripts', 'bugjar')() File "c:\netconf\lib\site-packages\pkg_resources\__init__.py", line 489, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "c:\netconf\lib\site-packages\pkg_resources\__init__.py", line 2852, in load_entry_point return ep.load() File "c:\netconf\lib\site-packages\pkg_resources\__init__.py", line 2443, in load return self.resolve() File "c:\netconf\lib\site-packages\pkg_resources\__init__.py", line 2449, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) File "c:\netconf\lib\site-packages\bugjar\main.py", line 4, in <module> from Tkinter import * ModuleNotFoundError: No module named 'Tkinter'

Expected result - Debugger GUI should've been opened

Python version: 3.8.3 bugjar version 0.1.0 Windows 10 Version 1909