whatsplay / whatsapp-play

Command line software through which you can play with your WhatsApp. It is having different options to play with your WhatsApp like message blast, online tracking, whatsapp chat..
MIT License
405 stars 217 forks source link

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

Open Vk-codes opened 3 years ago

Vk-codes commented 3 years ago

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 commented 3 years ago

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

bitaashna commented 3 years ago

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 commented 3 years ago

Hi @bitaashna, try these commands:

$ sudo apt update
$ sudo apt upgrade
$ sudo apt-get install python-tk
bitaashna commented 3 years ago

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

rpotter12 commented 3 years ago

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

bitaashna commented 3 years ago

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

bitaashna commented 3 years ago

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

rpotter12 commented 3 years ago

@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.