Changes between Initial Version and Version 9 of Ticket #114


Ignore:
Timestamp:
Nov 28, 2011, 10:36:47 AM (12 years ago)
Author:
maphew
Comment:

revised url: http://code.google.com/p/maphew/source/browse/register-python/register-python.py (sorry for the jumping about! When reorganizing for my personal efficiency I forgot there are links to it.)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #114

    • Property Owner changed from osgeo4w-dev@… to maphew
    • Property Status newassigned
    • Property Keywords python added
  • Ticket #114 – Description

    initial v9  
    11It can be helpful sometimes to register the gdal version of python with Windows. This way a) .py files can be run from outside the o4w shell, and b) 3rd party python programs which aren't part of the o4w package system can be installed using traditional python installers and eggs.
    22
    3 Here is a how to for (de)registering a given python install: http://effbot.org/zone/python-register.htm
     3working prototype: http://code.google.com/p/maphew/source/browse/register-python/register-python.py
    44
    5 As there can only be a single major version registered at a time, e.g. only one python 2.5, we would need to add logic to skip if one is already there.
     5Adapted from how to for (de)registering a given python install: http://effbot.org/zone/python-register.htm
     6
     7There can only be a single major version registered at a time, e.g. only one python 2.5