Re: File Manager in Tkinter

2010-08-11 Thread Eric Brunel
In article <770366ta10gk98vgd5n2tapl7ag6ska...@4ax.com>, John wrote: > My python is version 2.6.5. Would you recomend I upgrade and if yes > to which version? > > > from tkinter import ttk > > Traceback (most recent call last): > File "", line 1, in > from tkinter import ttk > ImportErro

Re: File Manager in Tkinter

2010-08-10 Thread John
On Tue, 10 Aug 2010 14:51:14 -0700 (PDT), Jeff Hobbs wrote: >On Aug 10, 9:43 am, John wrote: >> On Tue, 10 Aug 2010 09:20:31 -0700 (PDT), Jeff  Hobbs >> >> >> >> wrote: >> >On Aug 9, 9:53 pm, John wrote: >> >> As a learning exercise in Tkinter I htought about making a very simple >> >> and basi

Re: File Manager in Tkinter

2010-08-10 Thread Jeff Hobbs
On Aug 10, 9:43 am, John wrote: > On Tue, 10 Aug 2010 09:20:31 -0700 (PDT), Jeff  Hobbs > > > > wrote: > >On Aug 9, 9:53 pm, John wrote: > >> As a learning exercise in Tkinter I htought about making a very simple > >> and basic file manager for my own use. I tried searching google for > >> any sam

Re: File Manager in Tkinter

2010-08-10 Thread John
On Tue, 10 Aug 2010 09:20:31 -0700 (PDT), Jeff Hobbs wrote: >On Aug 9, 9:53 pm, John wrote: >> As a learning exercise in Tkinter I htought about making a very simple >> and basic file manager for my own use. I tried searching google for >> any sample project and could not find anything. Not exac

Re: File Manager in Tkinter

2010-08-10 Thread Nick Buchholz
On Tue, 10 Aug 2010 10:58:39 -0400 j...@mail.python.org wrote: >Thank you both for the suggestions. Have you ever tried to make one? >-- >http://mail.python.org/mailman/listinfo/python-list I don't know if my first reply went out so I'll repeat Here is a list box dialog written to allow selection

Re: File Manager in Tkinter

2010-08-10 Thread Jeff Hobbs
On Aug 9, 9:53 pm, John wrote: > As a learning exercise in Tkinter I htought about making a very simple > and basic file manager for my own use. I tried searching google for > any sample project and could not find anything. Not exactly  sure how > to start I tought I could ask here? > > I thought a

Re: File Manager in Tkinter

2010-08-10 Thread John
On Tue, 10 Aug 2010 10:40:53 +0200, Eric Brunel wrote: >In article , John wrote: > >> As a learning exercise in Tkinter I htought about making a very simple >> and basic file manager for my own use. I tried searching google for >> any sample project and could not find anything. Not exactly sure

Re: File Manager in Tkinter

2010-08-10 Thread Eric Brunel
In article , John wrote: > As a learning exercise in Tkinter I htought about making a very simple > and basic file manager for my own use. I tried searching google for > any sample project and could not find anything. Not exactly sure how > to start I tought I could ask here? > > I thought abou

Re: File Manager in Tkinter

2010-08-09 Thread Chris Rebert
On Mon, Aug 9, 2010 at 9:53 PM, wrote: > As a learning exercise in Tkinter I htought about making a very simple > and basic file manager for my own use. I tried searching google for > any sample project and could not find anything. Not exactly  sure how > to start I tought I could ask here? > > I

File Manager in Tkinter

2010-08-09 Thread John
As a learning exercise in Tkinter I htought about making a very simple and basic file manager for my own use. I tried searching google for any sample project and could not find anything. Not exactly sure how to start I tought I could ask here? I thought about making two listboxes one to list fol