Changes between Version 6 and Version 7 of pkg-python/Python27


Ignore:
Timestamp:
Mar 14, 2012, 11:23:42 PM (12 years ago)
Author:
maphew
Comment:

remove copy python27.dll step, py2.7.2 seems to install into c:\python27 instead of %windir%

Legend:

Unmodified
Added
Removed
Modified
  • pkg-python/Python27

    v6 v7  
    11= Making a Python 2.7 package for OSGeo4W =
    22
    3 Some rough notes for how [wiki:MattWilkie I] built a python 2.7 package.
     3''Recipe for building a python package.''
    44
    55Open a command shell and
     
    2525xcopy /s c:\python%vv% apps\Python%vv%
    2626move apps\Python%vv%\*.exe bin\
    27 
    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\
    3027}}}
    3128