Changes between Version 8 and Version 9 of pkg-python
- Timestamp:
- 06/27/12 10:05:35 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pkg-python
v8 v9 4 4 * Python commandline interpreter, and libraries. 5 5 * The interpreter can be invoked as python in the osgeo4w shell. 6 * The Python interpreter is ''not'' associated with the .py extension in the shell, so you can run .py files directly.6 * The Python interpreter is ''not'' associated with the .py extension in the shell, so you must run .py files with `python foobar.py` and not by double-clicking on them 7 7 * Documentation is not included (beyond builtin doc strings) 8 8 * Tcl support is not included. … … 13 13 ||version|| 2.7.2-2|| 14 14 15 Other python pages of note: 16 17 * ExternalPythonPackages - How to install python packages which aren't part of the osgeo4w system 18 * [wiki:pkg-python/Python27] - building the Python 2.7 package 19 * RequiresPython - packages which depend on Python 20 21 22 15 23 == Packager Notes == 16 24 … … 19 27 * Include files and libraries are included, but in the `apps\Python27` tree. The `distutils/sysconfig.py` settings should be correct. 20 28 * Extensions may need to be compiled with VC7.1 to be compatible. 21 * etc\ini\python.bat set PYTHONHOME to control sys.prefix and finding of libraries, etc. This should super cede any other python on the system when python is run within the OSGeo4W shell.29 * etc\ini\python.bat set PYTHONHOME to control sys.prefix and finding of libraries, etc. This should supersede any other python on the system when python is run within the OSGeo4W shell. 22 30 23 31 == Open tickets ==