Are older versions of the installers (the core wx package AND the Docs & Demos) for Windows still available for download?

Are older versions of the installers (the core wx package AND the Docs
& Demos) for Windows still available for download?
I can't use 2.8.8.1 at the moment, so I need to go back to a previous
version, but need download those installers.

Tony Cappellini wrote:

Are older versions of the installers (the core wx package AND the Docs
& Demos) for Windows still available for download?
I can't use 2.8.8.1 at the moment, so I need to go back to a previous
version, but need download those installers.

You're probably looking for this: wxPython - Browse /wxPython at SourceForge.net

Mike

I've just found the direct downloads on wxpython.org, a minute ago,
as well as the installers on Sourceforge.

2.8.7.1 is the latest I can install on Python 2.3

The Python 2.3 installers for 2.8.8.0 and 2.8.8.1 do not install
cleanly- at least for me.

I suspect I'm the lone person running Python 2.3, this side of the
Mutaran nebula.
(well, we actually have a group of 6 of us who are using 2.3)

Thanks for the pointer

ยทยทยท

On Fri, Aug 22, 2008 at 12:04 PM, Mike Driscoll <mdriscoll@co.marshall.ia.us> wrote:

Tony Cappellini wrote:

Are older versions of the installers (the core wx package AND the Docs
& Demos) for Windows still available for download?
I can't use 2.8.8.1 at the moment, so I need to go back to a previous
version, but need download those installers.

You're probably looking for this:
wxPython - Browse /wxPython at SourceForge.net

Mike

Tony Cappellini wrote:

Hmmm...you're not completely alone. My web host still had Python 2.3 on
theirs, IIRC. I suspect that's true in many other places too. Our
organization is on 2.4 on most of the servers. I hope to get us up to 2.5
sooner or later...
    
hehe. We should start a LinkedIn.com or Yahoo group for the "Last of
the Python 2.3-ers"

We've got over 1200 file in our framework, plus Boost extensions which
all need to be migrated to 2.5.
Although, many file wont need any changes.

We just dont have the time/manpower.

I've got 2.5 installed in a virtual machine, and on my laptop though,
so I get to dabble with the new stuff.

So- since you're on 2.3, were you able to install 2.8.8.x, without problems?
I saw compile errors regarding Decorators when I installed 2.8.8.1
See screenshot

I've made sure I downloaded the 2.3 installer.
It's odd that you are not having the same problems.

Did you install the unicode or ansi installer?

Ok. I tried installing Python 2.3.5 and wxPython 2.8.8.1 on one of my Virtual XP machines and they both installed fine, as far as I can tell. The compiling of wxPython went by so fast, that I didn't get to read everything, so I can't be completely certain. Unfortunately, most of my code base depends on other modules that aren't on my virtual machine, so I can't really test it to see if it works. Very annoying.

Mike