Changes between Version 8 and Version 9 of pkg-python


Ignore:
Timestamp:
Jun 27, 2012, 10:05:35 AM (12 years ago)
Author:
maphew
Comment:

highlight other wiki python pages of note; fix erroneous info re: .py file association

Legend:

Unmodified
Added
Removed
Modified
  • pkg-python

    v8 v9  
    44 * Python commandline interpreter, and libraries.
    55 * 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
    77 * Documentation is not included (beyond builtin doc strings)
    88 * Tcl support is not included.
     
    1313||version|| 2.7.2-2||
    1414
     15Other 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
    1523== Packager Notes ==
    1624
     
    1927 * Include files and libraries are included, but in the `apps\Python27` tree.  The `distutils/sysconfig.py` settings should be correct.
    2028 * 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 supercede 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.
    2230
    2331== Open tickets ==