Re: Problem getting a file pathname with tkFileDialog

2006-11-08 Thread Sefyroth
d and it's 138 in ascii... Anyway, thanks a lot Christian Tim Daneliuk wrote: > Sefyroth wrote: > > Thanks, > > > > but I get this error when I try this. > > > > UnicodeEncodeError: 'ascii' codec can't encode character u'\xe8' in >

Re: Problem getting a file pathname with tkFileDialog

2006-11-08 Thread Sefyroth
Thanks, but I get this error when I try this. UnicodeEncodeError: 'ascii' codec can't encode character u'\xe8' in position 12: ordinal not in range(128) I had encountered it with the askdirectory method as well. Is there an easy way to bypass this? Thanks again Tim Daneliuk wrote: > [EMAIL P