Update Datamosher Pro v1.5.py

This commit is contained in:
Akash Bora
2022-01-03 17:57:07 +05:30
committed by GitHub
parent ba4482d847
commit 89af07fffc

View File

@@ -26,7 +26,8 @@ if missing:
y=missingset[x]
subprocess.Popen('python -m pip install '+y)
messagebox.showinfo("Module Installed","Please restart the program!")
sys.exit()
import imageio
import numpy as np
except:
messagebox.showerror("Error downloading modules","Please download the neccessary modules separately!\n Required: Imageio, Imageio-ffmpeg")
sys.exit()