Re: GUI for viewing/editing python data structures?

2007-09-30 Thread timaranz
On Sep 27, 11:23 am, Joshua J. Kugler [EMAIL PROTECTED] wrote: A while back, I seem to remember coming across a small program that could view and edit python data structures via a nice expanding tree view. I'm now in need of something like that (to verify data is imported correctly into a

Re: GUI for viewing/editing python data structures?

2007-09-28 Thread David
On 9/27/07, Joshua J. Kugler [EMAIL PROTECTED] wrote: A while back, I seem to remember coming across a small program that could view and edit python data structures via a nice expanding tree view. I'm now in need of something like that (to verify data is imported correctly into a shelve file)

Re: GUI for viewing/editing python data structures?

2007-09-28 Thread Joshua J. Kugler
On Thursday 27 September 2007 22:40, David wrote: On 9/27/07, Joshua J. Kugler [EMAIL PROTECTED] wrote: A while back, I seem to remember coming across a small program that could view and edit python data structures via a nice expanding tree view. I'm now in need of something like that (to

Re: GUI for viewing/editing python data structures?

2007-09-28 Thread Joshua J. Kugler
On Thursday 27 September 2007 20:20, Paddy wrote: On Sep 26, 11:23 pm, Joshua J. Kugler [EMAIL PROTECTED] wrote: A while back, I seem to remember coming across a small program that could view and edit python data structures via a nice expanding tree view. I'm now in need of something like

Re: GUI for viewing/editing python data structures?

2007-09-27 Thread Paddy
On Sep 26, 11:23 pm, Joshua J. Kugler [EMAIL PROTECTED] wrote: A while back, I seem to remember coming across a small program that could view and edit python data structures via a nice expanding tree view. I'm now in need of something like that (to verify data is imported correctly into a

GUI for viewing/editing python data structures?

2007-09-26 Thread Joshua J. Kugler
A while back, I seem to remember coming across a small program that could view and edit python data structures via a nice expanding tree view. I'm now in need of something like that (to verify data is imported correctly into a shelve file) and having a GUI would be much simpler than trying to