[Tutor] First app - design questions

Lance lbrannma@cablespeed.com
Sat, 12 Oct 2002 06:29:44 -0700


This is a multi-part message in MIME format.

------=_NextPart_000_000B_01C271B8.C0BFC670
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi All,

I want to write an app that will summarize the contents of all .py files =
in a tree view. The top level of the tree would be folders containing =
the .py files. The next level would be the name of each file. The third =
level would be the procedures in each file. The main window of the tree =
view (e.g. the right window in Windows Explorer) would, for a given =
file, list the procedures and their __doc__ line(s).=20

Any design suggestions would be appreciated. I imagine I would have to =
control for different OS's (e.g. a tree view in Windows would no doubt =
be different from a Linux tree view).

Thanks,
Lance
------=_NextPart_000_000B_01C271B8.C0BFC670
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi All,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I want to write an app that will =
summarize the=20
contents of all .py files in a tree view. The top level of the tree =
would be=20
folders containing the .py files. The next level would be the name of =
each file.=20
The third level would be the procedures in each file. The main window of =
the=20
tree view (e.g. the right window in Windows Explorer) would, for a given =
file,=20
list the procedures and their __doc__ line(s). </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Any design suggestions would be =
appreciated. I=20
imagine I would have to control for different OS's (e.g. a tree view in =
Windows=20
would no doubt be different from a Linux tree view).</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thanks,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Lance</FONT></DIV></BODY></HTML>

------=_NextPart_000_000B_01C271B8.C0BFC670--