Tree Structure

r rt8396 at gmail.com
Fri Oct 9 06:16:49 EDT 2009


On Oct 9, 5:02 am, Girish <girish.... at gmail.com> wrote:
> Is there any python class to display the drive and folder structure as
> a tree(As you see in the windows explorer window)??


You could use a recursive function to print it out of course or you
will need to use a GUI kit. wxPython has a tree widget, i think TIX
has a simplistic tree widget? TIX is included in the stdlib



More information about the Python-list mailing list