1 | | python |
2 | | |
3 | | Python = |
4 | | * Python commandline interpreter, and libraries. |
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. |
7 | | * Documentation is not included (beyond builtin doc strings) |
8 | | * Tcl support is not included. |
9 | | * [wiki:pkg-python-numpy NumPy] is a distinct add on package due to it's size. |
10 | | |
11 | | == Packager Notes == |
12 | | |
13 | | * This package is harvested from the standard Python 2.5.2 .msi installer from python.org. |
14 | | * New Python extensions should be unpacked in ''osgeo4w''\apps\Python25\Lib\site-packages |
15 | | * Include files and libraries are included, but in the apps\Python25 tree. The distutils/sysconfig.py settings should be correct. |
16 | | * Extensions may need to be compiled with VC7.1 to be compatible. |
17 | | * 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. |
18 | | |
19 | | http://trac.osgeo.org/osgeo4w/ticket/24 |
20 | | |
21 | | [wiki:OSGeo4W_jp/PackageListing 戻る] |