From c3cc96534d6cbd59945d38c26d2c8dc26317832e Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Tue, 25 Sep 2018 11:26:41 -0400 Subject: [PATCH] More 2.7 work --- PySimpleGUI27.py | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/PySimpleGUI27.py b/PySimpleGUI27.py index 7eec6244..bc8858eb 100644 --- a/PySimpleGUI27.py +++ b/PySimpleGUI27.py @@ -1,10 +1,12 @@ #!/usr/bin/python3 -import tkinter as tk -from tkinter import filedialog -from tkinter.colorchooser import askcolor -from tkinter import ttk -import tkinter.scrolledtext as tkst -import tkinter.font +import Tkinter as tk +# import tkinter as tk +import tkFileDialog +import ttk +# from Tkinter.colorchooser import askcolor +# from Tkinter import ttk +# import Tkinter.scrolledtext as tkst +# import Tkinter.font import datetime import sys import textwrap