Created
September 20, 2012 14:05
-
-
Save bazub/3756143 to your computer and use it in GitHub Desktop.
Button that opens the Database
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def golog(): | |
os.system("notepad.exe "+"C:/Users/Bogdan/git/GPS2PC/GPS2PC/log.txt") | |
butWHIB=Button(root,text="Where have I been?",command=golog) | |
butWHIB.grid(row=5,column=0,columnspan=2,sticky=N+S+E+W) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment