Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'Tkinter' #30

Open
moshesakajo opened this issue Aug 18, 2020 · 0 comments
Open

ModuleNotFoundError: No module named 'Tkinter' #30

moshesakajo opened this issue Aug 18, 2020 · 0 comments
Labels
bug A crash or error in behavior.

Comments

@moshesakajo
Copy link

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 moshesakajo added the bug A crash or error in behavior. label Aug 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A crash or error in behavior.
Projects
None yet
Development

No branches or pull requests

1 participant