Changes between Version 10 and Version 11 of pkg-python/Python27
- Timestamp:
- 03/18/12 22:45:20 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pkg-python/Python27
v10 v11 9 9 set ver-pkg=%ver%-1 10 10 11 :: install py27 from standard 32bit msi installer (outside o4w)11 :: install py27 from standard 32bit msi installer to Current User[*] 12 12 wget http://www.python.org/ftp/python/%ver%/python-%ver%.msi 13 13 start python-%ver%.msi … … 33 33 rem 7z a -ttar ..\python-%ver-pkg%.tar apps bin etc 34 34 rem 7z a -tbzip2 -mx9 -mmt=on ..\python-%ver-pkg%.tar.bz2 ..\python-%ver-pkg%.tar 35 }}}36 37 Note: until #101 is fixed again, use tar from msys package instead of 7zip (fore instead of backslash is important):38 {{{39 35 %osgeo4w_root%\apps\msys\bin\tar.exe cvjf ../python-%ver-pkg%.tar.bz2 apps bin etc 40 36 }}} 41 37 38 == Notes == 39 40 When python is installed for ''All Users'' the pythonxx.dll will go to `%windir%\System32`, while with ''Current User'' it will be in the same dir as python.exe. 41 42 Until #101 is fixed again, use tar from msys package instead of 7zip (with msys fore instead of backslash is important).