Changes between Initial Version and Version 9 of Ticket #114
- Timestamp:
- 11/28/11 10:36:47 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #114
- Property Owner changed from to
- Property Status new → assigned
- Property Keywords python added
-
Ticket #114 – Description
initial v9 1 1 It 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. 2 2 3 Here is a how to for (de)registering a given python install: http://effbot.org/zone/python-register.htm 3 working prototype: http://code.google.com/p/maphew/source/browse/register-python/register-python.py 4 4 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. 5 Adapted from how to for (de)registering a given python install: http://effbot.org/zone/python-register.htm 6 7 There can only be a single major version registered at a time, e.g. only one python 2.5