Re: [Tutor] askopenfilename - columns missing in navigationwindow

2012-08-26 Thread Steven D'Aprano
On 26/08/12 11:56, Joel Levine wrote: Mystery of the day: I'm using Python 2.6. My program uses from tkFileDialog import askopenfilename and fn=askopenfilename() I use this program repeatedly. Up to a few hours ago, the navigation window opened with a full array of columns, including name

Re: [Tutor] askopenfilename - columns missing in navigationwindow

2012-08-25 Thread eryksun
On Sat, Aug 25, 2012 at 9:56 PM, Joel Levine wrote: > > from tkFileDialog import askopenfilename > fn=askopenfilename() > > I use this program repeatedly. Up to a few hours ago, the navigation window > opened with a full array of columns, including name and date. > > Once I mistakenly typed cont

[Tutor] askopenfilename - columns missing in navigationwindow

2012-08-25 Thread Joel Levine
Mystery of the day: I'm using Python 2.6. My program uses from tkFileDialog import askopenfilename and fn=askopenfilename() I use this program repeatedly. Up to a few hours ago, the navigation window opened with a full array of columns, including name and date. Once I mistakenly typed con