Changes between Version 6 and Version 7 of pkg-python/Python27
- Timestamp:
- 03/14/12 23:23:42 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pkg-python/Python27
v6 v7 1 1 = Making a Python 2.7 package for OSGeo4W = 2 2 3 Some rough notes for how [wiki:MattWilkie I] built a python 2.7 package. 3 ''Recipe for building a python package.'' 4 4 5 5 Open a command shell and … … 25 25 xcopy /s c:\python%vv% apps\Python%vv% 26 26 move 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\30 27 }}} 31 28