askopenfilename?????

Markus von Ehr markus.vonehr at ipm.fhg.de
Thu Jul 11 02:36:06 EDT 2002


Hola Juliano,

you have to use tuples, for example:
one parameter:
filename = askopenfilename(filetypes=[("*.jpg", "*.jpg")])

more than one parameter:
filename = askopenfilename(filetypes=[(".gif, .bmp", ("*.gif",
"*.bmp"))])

jubafre at zipmail.com.br schrieb:
> 
> i don´t know how to use a filetypes option of askopenfilename, somebody
> can help?
> 
> askopenfilename(filetypes=???)
> 
> Juliano Freitas
> www.gebrasil.hpg.com.br
> 
> ------------------------------------------
> Use o melhor sistema de busca da Internet
> Radar UOL - http://www.radaruol.com.br



More information about the Python-list mailing list