Changes between Version 10 and Version 11 of pkg-python/Python27


Ignore:
Timestamp:
Mar 18, 2012, 10:45:20 PM (12 years ago)
Author:
maphew
Comment:

note re: default location of pythonxx.dll

Legend:

Unmodified
Added
Removed
Modified
  • pkg-python/Python27

    v10 v11  
    99set ver-pkg=%ver%-1
    1010
    11 :: install py27 from standard 32bit msi installer (outside o4w)
     11:: install py27 from standard 32bit msi installer to Current User[*]
    1212wget http://www.python.org/ftp/python/%ver%/python-%ver%.msi
    1313start python-%ver%.msi
     
    3333rem 7z a -ttar ..\python-%ver-pkg%.tar apps bin etc
    3434rem 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 {{{
    3935%osgeo4w_root%\apps\msys\bin\tar.exe cvjf ../python-%ver-pkg%.tar.bz2 apps bin etc
    4036}}}
    4137
     38== Notes ==
     39
     40When 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
     42Until #101 is fixed again, use tar from msys package instead of 7zip (with msys fore instead of backslash is important).