
December 4th, 2003, 08:55 PM
|
 |
Only the strong survives!!.
|
|
Join Date: Feb 2003
Location: A World of wonders.
|
|
|
image
ok im on with the ftp creation... but when i try to add an image to a button i keep getting an error saing that it cant find the image.. but the image is in the same dir as the script
Code:
myimage = PhotoImage(file='FACE.gif')
self.button = Button(frame,fg="blue",text="Quit!",image=myimage,command=frame.quit)
self.button.pack(side=RIGHT,expand=YES)
|