From 2ef94991acc374194e4a0dec7be8cd8a29d96857 Mon Sep 17 00:00:00 2001 From: Metallicow Date: Sat, 24 May 2014 03:49:52 -0600 Subject: [PATCH] wxPython 3.0.1.0.b20140104 fix This build fixes the borked MSW 3.0 original builds until the next "official" release. --- 2.7/modules.nsh | 2 +- 2.7/settings.bat | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/2.7/modules.nsh b/2.7/modules.nsh index e7431e2..c55895d 100644 --- a/2.7/modules.nsh +++ b/2.7/modules.nsh @@ -72,7 +72,7 @@ SectionGroup "Modules" SetOutPath "$INSTDIR\App\Lib\site-packages\" File /r "${SOURCESFOLDER}\py2exe\PLATLIB\*.*" SectionEnd - Section "wxPython 3.0.0.0" MODULE_WXPYTHON + Section "wxPython 3.0.1.0.b20140104" MODULE_WXPYTHON SectionIn 1 SetOutPath "$INSTDIR\App\" File /r "${SOURCESFOLDER}\wxpython\package\*.*" diff --git a/2.7/settings.bat b/2.7/settings.bat index b252a06..687fcea 100644 --- a/2.7/settings.bat +++ b/2.7/settings.bat @@ -70,9 +70,9 @@ set PY2EXE_DOWNLOAD="http://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/p set PY2EXE_FILE=py2exe-0.6.9.win32-py2.7.exe set PY2EXE_MD5=b7899302e70596defe3b7e8c95cd15c1 -set WXPYTHON_DOWNLOAD="http://sourceforge.net/projects/wxpython/files/wxPython/3.0.0.0/wxPython3.0-win32-3.0.0.0-py27.exe" -set WXPYTHON_FILE=wxPython3.0-win32-3.0.0.0-py27.exe -set WXPYTHON_MD5=37b0b48483cf8f26d05fe152d60c214a +set WXPYTHON_DOWNLOAD="http://wxpython.kosoftworks.com/preview/20140104/wxPython3.0-win32-3.0.1.0.b20140104-py27.exe" +set WXPYTHON_FILE=wxPython3.0-win32-3.0.1.0.b20140104-py27.exe +set WXPYTHON_MD5=33715315d4a3596ed0b374fe4b3ba015 set MATPLOTLIB_DOWNLOAD="http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.3.1/matplotlib-1.3.1.win32-py2.7.exe" set MATPLOTLIB_FILE=matplotlib-1.3.1.win32-py2.7.exe