Akascape / Datamosher-Pro

A GUI based powerful automatic datamoshing application for free! Easily apply trippy glitch effects in your videos. Contains 30+ cool glitch effects!
MIT License
309 stars 14 forks source link

ModuleNotFoundError: No module named 'tkinter' #8

Closed FarmehrF closed 1 year ago

FarmehrF commented 1 year ago

While running the 'Datamosher Pro.py' you might encounter the line:

ModuleNotFoundError: No module named 'tkinter'

to solve this you need to to do

sudo apt install python3-tk brew install python3-tk

Using pip to install this package won't solve this error!