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

Can't get running asdf-python with tkinter #50

Closed
AxelRHD opened this issue Feb 1, 2019 · 7 comments
Closed

Can't get running asdf-python with tkinter #50

AxelRHD opened this issue Feb 1, 2019 · 7 comments

Comments

@AxelRHD
Copy link

AxelRHD commented Feb 1, 2019

I am using asdf on an Ubuntu 18 desktop.
Python 3.7.2 is set up, and I am trying to get appJar running. It asks for tkinter-lib but I have no clue, how to put both ends together.

@oxitnik
Copy link

oxitnik commented Feb 10, 2019

For tkinter to work, you need to have tkinter development files. Try installing package tk-dev:
sudo apt-get install tk-dev and reinstall python.

@danhper
Copy link
Collaborator

danhper commented Mar 13, 2019

@oxitnik Thanks for the hint.
You will maybe also need to recompile python after installing these, I'm not sure.
Please comment here if it still does not work after installing development files.

@danhper danhper closed this as completed Mar 13, 2019
@AxelRHD
Copy link
Author

AxelRHD commented Mar 13, 2019

Thanks for the support. I will give it a try at the office after vacation.

@LRNZ09
Copy link

LRNZ09 commented Jun 14, 2020

I'm having the same issue on macOS, latest version, did someone find a solution?

@jpinnix
Copy link

jpinnix commented Jul 18, 2020

+1 for having this issue on macOS 10.15.5

@petern-sc
Copy link

https://stackoverflow.com/a/60469203/6847839

This solution worked for me on macOS

@skotchpine
Copy link

skotchpine commented Oct 19, 2023

About MacOs, building on @petern-sc's answer:

  1. brew install tcl-tk
  2. add env vars
  3. asdf uninstall & install again

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

No branches or pull requests

7 participants