Graphical object browser

Mike Driscoll kyosohma at gmail.com
Thu Oct 30 09:50:13 EDT 2008


On Oct 30, 8:33 am, Propad <npropado... at googlemail.com> wrote:
> On Oct 30, 2:10 am, Jason <jason.hee... at gmail.com> 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__' :
> >     app = wx.App()
> >     pc = wx.py.PyCrust.App(app)
> >     pc.MainLoop()
>
> > Run it from the working dir and tinker from there.
>
> Hello,
> is it still possible to run PyCrust with Python 2.2? I see no
> installer for it anywhere...
> Cheers,
> Propad

PyCrust is part of wxPython now (I think). But I'm not sure how long
it's been a part of that package. You can try downloading one of the
really old wxPython versions and see if it's included:

http://sourceforge.net/project/showfiles.php?group_id=10718&package_id=10559

Mike



More information about the Python-list mailing list