[Tutor] Graphical object browser?

Alan Gauld alan.gauld@blueyonder.co.uk
Wed Aug 6 18:09:16 EDT 2003


Pytonwin has both a COM object browser and Python object
browser built in.

They seemed to work OK on the few cases I've used them.

Alan G
Author of the Learn to Program web tutor
http://www.freenetpages.co.uk/hp/alan.gauld


----- Original Message -----
From: "Terry Carroll" <carroll@tjc.com>
To: <tutor@python.org>
Sent: Wednesday, August 06, 2003 2:45 AM
Subject: [Tutor] Graphical object browser?


> I'm trying to get started with the XML DOM interface, and am finding
that
> I tend to get lost in the document object.
>
> I've had this happen before on smaller scale, and worked through
using
> dir(object) and dir(object.thing) and dir(object.thing[0].dohickie),
etc.
> and it's kind of awkward.
>
> I'm wondering if anyone can recommend any graphical way to browse a
Python
> object.  I've found a couple but haven't tried then yet; I figured
I'd ask
> for recommendations first, just in case the install might  screw
something
> up.
>
> So, any recommendations?
>
> The two I've found are PTUI at
http://starship.python.net/crew/zack/ptui/
> and PyDebug at
http://home.t-online.de/home/Ulrich.Herold/PyDIntro.htm
>
>
> --
> Terry Carroll        |   "I say to you that the VCR is to the
American
> Santa Clara, CA      |   film producer and the American public as
the
> carroll@tjc.com      |   Boston strangler is to the woman home
alone."
>                      |       Jack Valenti, MPAA President
> Modell delendus est  |       Testimony before Congress, 1982
>
>
>
>
>





More information about the Tutor mailing list