Changes between Version 5 and Version 6 of pkg-python/Python27
- Timestamp:
- 03/14/12 23:16:59 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pkg-python/Python27
v5 v6 5 5 Open a command shell and 6 6 {{{ 7 set vv=27 7 8 set ver=2.7.2 8 9 … … 11 12 start python-%ver%.msi 12 13 13 cd d:\o4w-packages\python14 pushd d:\o4w-packages\python 14 15 mkdir python-%ver% 15 16 cd python-%ver% 16 17 mkdir apps bin etc 18 19 :: Add batch files for `etc\ini`, `etc\postinstall`, & `bin` from skeleton 20 xcopy /s ..\python-skeleton\* .\ 17 21 }}} 18 22 19 23 Manually compare c:\python27 to previous o4w python installs, then reflect the structure 20 24 {{{ 21 xcopy /s c:\python 27 apps\Python2722 move apps\Python 27\*.exe bin\25 xcopy /s c:\python%vv% apps\Python%vv% 26 move apps\Python%vv%\*.exe bin\ 23 27 24 if exist %windir%\SysWOW64\python 27.dll copy %windir%\SysWOW64\python27.dll bin\25 if exist %windir%\System32\python 27.dll copy %windir%\System32\python27.dll bin\28 if exist %windir%\SysWOW64\python%vv%.dll copy %windir%\SysWOW64\python%vv%.dll bin\ 29 if exist %windir%\System32\python%vv%.dll copy %windir%\System32\python%vv%.dll bin\ 26 30 }}} 27 28 Manually add batch files for `etc\ini`, `etc\postinstall`, & `bin` from skeleton.29 31 30 32 Now create the package archive