From: Kevin A. <al...@se...> - 2005-03-21 23:24:59
|
I took the existing 0.8.1 zip file and created a new installer EXE for Windows using Python 2.3.5. I've tested it myself and it seems to work fine on Python 2.3.5 and Python 2.4, however I would like confirmation from some other people as well. There should be no differences between the contents of the release from any of the other 0.8.1 file sets since I used the last release zip rather than building the archive from the current cvs. This file was done simply to remove the installer problem people were having with Python 2.4. http://prdownloads.sourceforge.net/pythoncard/PythonCard -0.8.1.FIXED.win32.exe?download Once I get confirmation that the file works as expected on Python 2.3.x and 2.4 for other people, I will update the Windows installation page on the web site to point to the FIXED version of the EXE installer. Note that I will be at Pycon the rest of the week and on another trip immediately following that and I'm unlikely to check email while I'm on the road. ka |
From: Brian v. d. B. <bv...@po...> - 2005-03-22 09:16:31
|
Kevin Altis said unto the world upon 2005-03-21 18:24: > I took the existing 0.8.1 zip file and created a new installer EXE for > Windows using Python 2.3.5. I've tested it myself and it seems to work > fine on Python 2.3.5 and Python 2.4, however I would like confirmation > from some other people as well. There should be no differences between > the contents of the release from any of the other 0.8.1 file sets since > I used the last release zip rather than building the archive from the > current cvs. This file was done simply to remove the installer problem > people were having with Python 2.4. > > http://prdownloads.sourceforge.net/pythoncard/PythonCard > -0.8.1.FIXED.win32.exe?download > > Once I get confirmation that the file works as expected on Python 2.3.x > and 2.4 for other people, I will update the Windows installation page > on the web site to point to the FIXED version of the EXE installer. > > Note that I will be at Pycon the rest of the week and on another trip > immediately following that and I'm unlikely to check email while I'm on > the road. > > ka Hi Kevin, thanks for doing this. 0.8.1.FIXED.win32.exe works for me on Windows Me with Python 2.4. (Or rather, 5 minutes of playing around with the install -- it is after 4am -- revealed no problems.) A small thing: it would be a touch more elegant were samples.py renamed samples.pyw. No biggie though. Thanks and best, Brian vdB |
From: Don T. <nos...@ca...> - 2005-04-21 01:28:00
|
Kevin Altis wrote: > I took the existing 0.8.1 zip file and created a new installer EXE for > Windows using Python 2.3.5. I've tested it myself and it seems to work > fine on Python 2.3.5 and Python 2.4, however I would like confirmation > from some other people as well. There should be no differences between > the contents of the release from any of the other 0.8.1 file sets since > I used the last release zip rather than building the archive from the > current cvs. This file was done simply to remove the installer problem > people were having with Python 2.4. > > http://prdownloads.sourceforge.net/pythoncard/PythonCard > -0.8.1.FIXED.win32.exe?download > Kevin: Which version of wxWindows should be used for Python 2.4.x? I could not find a py24 version of 2.5.2.8 and the py23 version won't install on a Python 2.4 system. Thanks, Don. |
From: Andy T. <an...@ha...> - 2005-04-21 11:07:31
|
Don Taylor wrote: > Kevin Altis wrote: > >> I took the existing 0.8.1 zip file and created a new installer EXE >> for Windows using Python 2.3.5. I've tested it myself and it seems to >> work fine on Python 2.3.5 and Python 2.4, however I would like >> confirmation from some other people as well. There should be no >> differences between the contents of the release from any of the other >> 0.8.1 file sets since I used the last release zip rather than >> building the archive from the current cvs. This file was done simply >> to remove the installer problem people were having with Python 2.4. >> >> http://prdownloads.sourceforge.net/pythoncard/PythonCard >> -0.8.1.FIXED.win32.exe?download >> > > > Kevin: > > Which version of wxWindows should be used for Python 2.4.x? I could not > find a py24 version of 2.5.2.8 and the py23 version won't install on a > Python 2.4 system. > > Thanks, > > Don. > > Try the binary available here; http://www.wxpython.org/download.php#binaries It's currently version 2.5.5.1 but this *should* be fine for PythonCard 0.8.1 I haven't installed exactly this combination on Windows so please give it a try and let us know how you fare. Regards, Andy -- -------------------------------------------------------------------------------- From the desk of Andrew J Todd esq - http://www.halfcooked.com/ |