Skip to content

Commit c3cc965

Browse files
More 2.7 work
1 parent b4e6de5 commit c3cc965

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

PySimpleGUI27.py

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
#!/usr/bin/python3
2-
import tkinter as tk
3-
from tkinter import filedialog
4-
from tkinter.colorchooser import askcolor
5-
from tkinter import ttk
6-
import tkinter.scrolledtext as tkst
7-
import tkinter.font
2+
import Tkinter as tk
3+
# import tkinter as tk
4+
import tkFileDialog
5+
import ttk
6+
# from Tkinter.colorchooser import askcolor
7+
# from Tkinter import ttk
8+
# import Tkinter.scrolledtext as tkst
9+
# import Tkinter.font
810
import datetime
911
import sys
1012
import textwrap

0 commit comments

Comments
 (0)