17 | | Python = |
18 | | * Python commandline interpreter, and libraries. |
19 | | * The interpreter can be invoked as python in the osgeo4w shell. |
20 | | * The Python interpreter is ''not'' associated with the .py extension in the shell, so you can run .py files directly. |
21 | | * Documentation is not included (beyond builtin doc strings) |
22 | | * Tcl support is not included. |
23 | | * [wiki:pkg-python-numpy NumPy] is a distinct add on package due to it's size. |
24 | | |
25 | | == Packager Notes == |
26 | | |
27 | | * This package is harvested from the standard Python 2.5.2 .msi installer from python.org. |
28 | | * New Python extensions should be unpacked in ''osgeo4w''\apps\Python25\Lib\site-packages |
29 | | * Include files and libraries are included, but in the apps\Python25 tree. The distutils/sysconfig.py settings should be correct. |
30 | | * Extensions may need to be compiled with VC7.1 to be compatible. |
31 | | * 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. |
32 | | |
33 | | http://trac.osgeo.org/osgeo4w/ticket/24 |