-
-
Notifications
You must be signed in to change notification settings - Fork 217
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
Comments
@internetpoint Try to install tkinter. This can help you. |
i am getting the same error and I tried downloading tkinter but again while installing it also i am facing issues @rpotter12 |
Hi @bitaashna, try these commands:
|
|
@bitaashna you are trying to install tkinter on python2. Use command |
Though I was not able to run this on ubuntu ,I switched my OS to windows and now it's working fine. |
@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. |
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'
The text was updated successfully, but these errors were encountered: