mirror of
https://github.com/ciromattia/kcc
synced 2026-09-23 11:17:09 +00:00
And one more bucket...
This commit is contained in:
+4
-4
@@ -31,11 +31,11 @@ try:
|
||||
except ImportError:
|
||||
print("ERROR: Psutil is not installed!")
|
||||
if platform.startswith('linux'):
|
||||
import Tkinter
|
||||
import tkMessageBox
|
||||
importRoot = Tkinter.Tk()
|
||||
import tkinter
|
||||
import tkinter.messagebox
|
||||
importRoot = tkinter.Tk()
|
||||
importRoot.withdraw()
|
||||
tkMessageBox.showerror("KCC - Error", "Psutil is not installed!")
|
||||
tkinter.messagebox.showerror("KCC - Error", "Psutil is not installed!")
|
||||
exit(1)
|
||||
from shutil import move
|
||||
|
||||
|
||||
Reference in New Issue
Block a user