Re: Printing Varable Names Tool.. Feedback requested.

2005-03-31 Thread Ron_Adam
On Thu, 31 Mar 2005 19:13:39 GMT, Ron_Adam <[EMAIL PROTECTED]> wrote: >On Thu, 31 Mar 2005 18:37:53 GMT, Ron_Adam <[EMAIL PROTECTED]> >wrote: > >> >>Hi, Sometimes it just helps to see what's going on, so I've been >>trying to write a tool to examine what names are pointing to what >>objects in the

Re: Printing Varable Names Tool.. Feedback requested.

2005-03-31 Thread Ron_Adam
Fixed it so it now runs from the command line and from winpython as well as idle in Python 2.4 on Windows Xp. I still don't know about linux systems. I decided on viewnames.py as the filename and viewit() as the calling name. #---start--- # viewnames.py """ A utility to print the value of

Re: Printing Varable Names Tool.. Feedback requested.

2005-03-31 Thread Ron_Adam
On Thu, 31 Mar 2005 18:37:53 GMT, Ron_Adam <[EMAIL PROTECTED]> wrote: > >Hi, Sometimes it just helps to see what's going on, so I've been >trying to write a tool to examine what names are pointing to what >objects in the current scope. > >This still has some glitches, like not working in winpyth