I was working through the devshed "Organization-in-wxPython" tutorial and got stuck with wxGridBagSizer (or GridBagSizer in "import wx") It is clearly not in the module, but wxFlexGridSizer, etc, are.
I'm running enthought python 2.3. the version of wxPython is 2.4.1.2.
Michael Huster, Ph. D.
Assistant Professor of Science
Simpson University
2211 College View Dr.
Redding, CA 96003
I believed it was introduced into the 2.5.x versions. You'll need to
upgrade your install of wxPython to one of the more recent versions.
Greg
···
On Wed, 2005-07-13 at 17:07 -0700, Michael Huster wrote:
I was working through the devshed "Organization-in-wxPython" tutorial and got stuck with wxGridBagSizer (or GridBagSizer in "import wx") It is clearly not in the module, but wxFlexGridSizer, etc, are.
I'm running enthought python 2.3. the version of wxPython is 2.4.1.2.
Michael Huster, Ph. D.
Assistant Professor of Science
Simpson University
2211 College View Dr.
Redding, CA 96003
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
I think that, wxGridBagSizer was only introduced in wxPython 2.5.2.5
Why don't you upgrade to a 2.6 serie?
The version you are using is too old, if I remember, about 2 years old.
Ricardo
···
On Wed, 2005-07-13 at 17:07 -0700, Michael Huster wrote:
I was working through the devshed "Organization-in-wxPython" tutorial and got stuck
with wxGridBagSizer (or GridBagSizer in "import wx") It is clearly not in the module,
but wxFlexGridSizer, etc, are.
I'm running enthought python 2.3. the version of wxPython is 2.4.1.2.