Code:
#! usr/bin/python
from Tkinter import *
from os import *
from string import *
def Press(event):
selec=lis.curselection()
selected = lis.get(selec[0])
photo1
#! usr/bin/python
from Tkinter import *
from os import *
from string import *
def Press(event):
selec=lis.curselection()
selected = lis.get(selec[0])
photo1
from Tkinter import *
from os import *
from string import *
#def Press(self):
# selec=lis.curselection()
# print selec
# str = lis.get(selec[0])
#print str
#tem = can.create_image(image =
from Tkinter import *
from os import *
from string import *
def Press():
selec=lis.curselection()
print selec
str = lis.get(selec[0])
print str
tem = can.create_image(x,y, image = pic)
root = Tk()
root.geometry('700x600+270+50')
Leave a comment: