mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-18 20:27:58 +00:00
Update utilities.py
This commit is contained in:
parent
05bc17ff9b
commit
d66801e291
@ -337,6 +337,8 @@ def show_custom_dialog(title, text, options):
|
||||
|
||||
def show_yes_no_dialog(title, text):
|
||||
try:
|
||||
import sys
|
||||
print(sys.executable)
|
||||
import pipmaster as pm
|
||||
if not pm.is_installed("tk"):
|
||||
pm.install("tk")
|
||||
|
Loading…
Reference in New Issue
Block a user