mirror of
https://github.com/Akascape/Datamosher-Pro.git
synced 2025-12-12 19:29:57 +01:00
Update Datamosher Pro v1.5.py
This commit is contained in:
@@ -26,7 +26,8 @@ if missing:
|
|||||||
y=missingset[x]
|
y=missingset[x]
|
||||||
subprocess.Popen('python -m pip install '+y)
|
subprocess.Popen('python -m pip install '+y)
|
||||||
messagebox.showinfo("Module Installed","Please restart the program!")
|
messagebox.showinfo("Module Installed","Please restart the program!")
|
||||||
sys.exit()
|
import imageio
|
||||||
|
import numpy as np
|
||||||
except:
|
except:
|
||||||
messagebox.showerror("Error downloading modules","Please download the neccessary modules separately!\n Required: Imageio, Imageio-ffmpeg")
|
messagebox.showerror("Error downloading modules","Please download the neccessary modules separately!\n Required: Imageio, Imageio-ffmpeg")
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|||||||
Reference in New Issue
Block a user