Changes between Version 6 and Version 7 of pkg-python
- Timestamp:
- 10/03/11 10:43:08 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pkg-python
v6 v7 1 1 = Python = 2 ''Python executable and runtime'' 3 2 4 * Python commandline interpreter, and libraries. 3 5 * The interpreter can be invoked as python in the osgeo4w shell. … … 6 8 * Tcl support is not included. 7 9 * [wiki:pkg-python-numpy NumPy] is a distinct add on package due to it's size. 10 11 ||category|| Commandline_Utilities|| 12 ||requires|| msvcrt|| 13 ||version|| 2.5.2-1|| 8 14 9 15 == Packager Notes == … … 15 21 * etc\ini\python.bat set PYTHONHOME to control sys.prefix and finding of libraries, etc. This should supercede any other python on the system when python is run within the OSGeo4W shell. 16 22 23 == Testing: Python 2.7 == 24 It's time to upgrade the python distributed with o4w to the current stable upstream release in the 2.x series, namely 2.7 (ticket #219). To that end see RequiresPython for a list of packages which rely on python, and their current status with regard to being py2.7 ready. 25 17 26 Making a [wiki:pkg-python/Python27 Python 2.7 test package] 18 27