On Dec 8, 2:43 pm, Ian Kelly wrote:
> On Thu, Dec 8, 2011 at 1:16 PM, Eric wrote:
> > I'm running Python 2.7 on WinXP (ActiveState community version) and
> > when I try to do this:
>
> > if __name__ == '__main__':
> > root = Tkinter.Tk()
> > root.withdraw()
> > fileNames = tkFileDialog.a
On Thu, Dec 8, 2011 at 3:16 PM, Eric wrote:
> I'm running Python 2.7 on WinXP (ActiveState community version) and
> when I try to do this:
>
> if __name__ == '__main__':
>root = Tkinter.Tk()
>root.withdraw()
>fileNames = tkFileDialog.askopenfilenames()
>root.destroy()
>print f
On Thu, Dec 8, 2011 at 1:16 PM, Eric wrote:
> I'm running Python 2.7 on WinXP (ActiveState community version) and
> when I try to do this:
>
> if __name__ == '__main__':
> root = Tkinter.Tk()
> root.withdraw()
> fileNames = tkFileDialog.askopenfilenames()
> root.destroy()
> print fi
I'm running Python 2.7 on WinXP (ActiveState community version) and
when I try to do this:
if __name__ == '__main__':
root = Tkinter.Tk()
root.withdraw()
fileNames = tkFileDialog.askopenfilenames()
root.destroy()
print fileNames
# windows filename gets
for fileName in fileNames