documentation examples

dprestes@atlas.ucpel.tche.br writes:

Hi! Im reading your wxpython manual, I try to execute this code but
I cant because this error are showing.I down know very much about
wxpython so could you tell me if this error its about the example
that is wrong or I could have my wxpython badly instaled.

You are getting the error because you don't have the new wx package
installed. The examples use the new wx package, which will be
officially released with the next version of wxPython. You can read
about it here:

http://www.orbtech.com/www/wxPackage.html

You can also get it out of CVS and install it yourself, but you may
want to just wait for the next release of wxPython.

Robin, is there an estimated release date for the next release?

···

--
Patrick K. O'Brien
Orbtech http://www.orbtech.com/web/pobrien
-----------------------------------------------
"Your source for Python programming expertise."
-----------------------------------------------

Patrick K. O'Brien wrote:

Robin, is there an estimated release date for the next release?

Nothing solid yet. The wxWindows version number has been changed to 2.4.1 but no definite plans for release yet. That also means that I can't do another 2.4.0.x release without hacking version numbers all over. I still have a few medium sized things to do before I am ready, so it will probably be at least 2-3 weeks.

···

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

Robin Dunn <robin@alldunn.com> writes:

Patrick K. O'Brien wrote:
>
> Robin, is there an estimated release date for the next release?
>
Nothing solid yet. The wxWindows version number has been changed to
2.4.1 but no definite plans for release yet. That also means that I
can't do another 2.4.0.x release without hacking version numbers all
over. I still have a few medium sized things to do before I am ready,
so it will probably be at least 2-3 weeks.

Okay. How about I change the docs to say that the new wx package
requires wxPython 2.4.1 or higher?

···

--
Patrick K. O'Brien
Orbtech http://www.orbtech.com/web/pobrien
-----------------------------------------------
"Your source for Python programming expertise."
-----------------------------------------------

Patrick K. O'Brien wrote:

Robin Dunn <robin@alldunn.com> writes:

Patrick K. O'Brien wrote:

Robin, is there an estimated release date for the next release?

Nothing solid yet. The wxWindows version number has been changed to
2.4.1 but no definite plans for release yet. That also means that I
can't do another 2.4.0.x release without hacking version numbers all
over. I still have a few medium sized things to do before I am ready,
so it will probably be at least 2-3 weeks.

Okay. How about I change the docs to say that the new wx package
requires wxPython 2.4.1 or higher?

Okay.

···

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