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 'distutils.core' AND 'tkinter' (SOLVED) #3

Open
arielenter opened this issue Oct 15, 2020 · 1 comment

Comments

@arielenter
Copy link

arielenter commented Oct 15, 2020

Using python instead of python3 was not working with me. So I stick with python3 and had to install the following packages:

python3-distutils
python3-tk

Then I just had to use python3 -m csv2vcf to make it work.

Installing only python-tk did not work for me. Thank you.

@arielenter
Copy link
Author

OK, I don't know anything about programing in python and it might not be it, but apparently, at least in my system, tkinter has to be imported with a capital "T", there for, "import Tkinter" must be used instead of "import tkinter", when python is used instead of python3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant