no wx.grid.PreGrid()?

Just when I'm totally bought into the 3-stage creation thing, I
discover:

    pre = wx.grid.PreGrid()
AttributeError: 'module' object has no attribute 'PreGrid'

Say it ain't so! :slight_smile:

···

--
Paul
http://www.paulmcnett.com

Paul McNett wrote:

Just when I'm totally bought into the 3-stage creation thing, I discover:

    pre = wx.grid.PreGrid()
AttributeError: 'module' object has no attribute 'PreGrid'

Say it ain't so! :slight_smile:

Probably just accidentally skipped doing it. I'll add it now.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!