seevik2580 / tor-ip-changer

request new identity every X seconds interval using TOR client
GNU General Public License v3.0
367 stars 116 forks source link

ModuleNotFoundError: No module named 'tkinter' #67

Closed ArshamCoder closed 2 years ago

ArshamCoder commented 2 years ago

Hi when i run this command 'python setup-ipchanger-windows.py' it will make ipchanger.exe in dist folder. When I want to run ipchanger.exe, it shows me this error :

Traceback (most recent call last): File "ipchanger.py", line 4, in <module> ModuleNotFoundError: No module named 'tkinter'

my OS is Windows 10.

seevik2580 commented 2 years ago

Hello, do you install python with tkinter feature? image