bugjar icon indicating copy to clipboard operation
bugjar copied to clipboard

ModuleNotFoundError: No module named 'Tkinter'

Open moshesakajo opened this issue 4 years ago • 0 comments

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

moshesakajo avatar Aug 18 '20 05:08 moshesakajo