Skip to content

not bale to launch usinh wplay -h getting teh following errors #385

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

Open
Vk-codes opened this issue Dec 9, 2020 · 8 comments
Open

not bale to launch usinh wplay -h getting teh following errors #385

Vk-codes opened this issue Dec 9, 2020 · 8 comments
Labels
answered question Further information is requested

Comments

@Vk-codes
Copy link

Vk-codes commented Dec 9, 2020

Traceback (most recent call last):
File "/usr/local/bin/wplay", line 6, in
from wplay.main import main
File "/usr/local/lib/python3.7/dist-packages/wplay/main.py", line 15, in
from wplay import broadcast_message
File "/usr/local/lib/python3.7/dist-packages/wplay/broadcast_message.py", line 2, in
from tkinter import Tk
ModuleNotFoundError: No module named 'tkinter'

@rpotter12
Copy link
Member

rpotter12 commented Feb 3, 2021

@internetpoint Try to install tkinter. This can help you.

@rpotter12 rpotter12 added the question Further information is requested label Feb 3, 2021
@bitaashna
Copy link

i am getting the same error and I tried downloading tkinter but again while installing it also i am facing issues @rpotter12
Screenshot from 2021-03-10 17-28-20

@rpotter12
Copy link
Member

Hi @bitaashna, try these commands:

$ sudo apt update
$ sudo apt upgrade
$ sudo apt-get install python-tk

@rpotter12 rpotter12 reopened this Mar 10, 2021
@bitaashna
Copy link

bitaashna commented Mar 10, 2021

Screenshot from 2021-03-10 19-20-58
again facing the same problem..unable to install tkinter @rpotter12

@rpotter12
Copy link
Member

@bitaashna you are trying to install tkinter on python2. Use command sudo apt-get install python3-tk to install it in python3.

@bitaashna
Copy link

tried that also.. but still the problem persist
Screenshot from 2021-03-11 08-47-11

@bitaashna
Copy link

Though I was not able to run this on ubuntu ,I switched my OS to windows and now it's working fine.

@rpotter12
Copy link
Member

@bitaashna, We need to solve your ubuntu issue also. This should not happen. I will look at tkinter library. I am not sure that we are using tkinter in this software or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants