Re: Graphical object browser

2008-10-30 Thread Jason
Yeah, PyCrust is in wxPython now. But I take back my initial excitement — it's freaking hard to use, despite its provision of a "pywrap" script (batch file under Windows). You certainly can't just replace "python /path/to/blah.py" with "pywrap /path/to/blah.py", especially if your script requires k

Re: Graphical object browser

2008-10-30 Thread Jason
Yeah, PyCrust is in wxPython now. But I take back my initial excitement — it's freaking hard to use, despite its provision of a "pywrap" script (batch file under Windows). You certainly can't just replace "python /path/to/blah.py" with "pywrap /path/to/blah.py", especially if your script requires k

Re: Graphical object browser

2008-10-30 Thread Mike Driscoll
On Oct 30, 8:33 am, Propad <[EMAIL PROTECTED]> wrote: > On Oct 30, 2:10 am, Jason <[EMAIL PROTECTED]> wrote: > > > Hooray! I discovered PyCrust. I made this script (for Linux - under > > Win, you could just have all but the first line as a python file and > > run it directly): > > > #!/usr/bin/pyth

Re: Graphical object browser

2008-10-30 Thread Propad
On Oct 30, 2:10 am, Jason <[EMAIL PROTECTED]> wrote: > Hooray! I discovered PyCrust. I made this script (for Linux - under > Win, you could just have all but the first line as a python file and > run it directly): > > #!/usr/bin/python > import wx > import wx.py.PyCrust > > if __name__ == '__main__

Re: Graphical object browser

2008-10-29 Thread Jason
Hooray! I discovered PyCrust. I made this script (for Linux - under Win, you could just have all but the first line as a python file and run it directly): #!/usr/bin/python import wx import wx.py.PyCrust if __name__ == '__main__' : app = wx.App() pc = wx.py.PyCrust.App(app) pc.MainLoo

Graphical object browser

2008-10-28 Thread Jason
Hi, I've spent all day looking for a graphical object browser for Python 2.5 under Debian GNU/Linux, ie. something I can just drop into my code with an import and a "browse(my_object)" statement. So far I've only found intractable GUI toolkits or obsolete, non-functional scrip