[osgeo4w-dev] gdal-python for py2.7 is broken
Matt Wilkie
matt.wilkie at gov.yk.ca
Thu Jun 16 15:32:04 EDT 2011
> Sorry for the late response. I just updated all affected packages.
Thanks Jürgen, that works much better (and has for some time, I just
neglected to say anything. Sorry!) I just discovered another problem,
it's missing the scripts in ./bin:
epsg_tr.py
esri2wkt.py
gcps2vec.py
gcps2wld.py
gdal2tiles.py
gdal2xyz.py
gdalchksum.py
gdalident.py
gdalimport.py
gdal_calc.py
gdal_fillnodata.py
gdal_merge.py
gdal_polygonize.py
gdal_proximity.py
gdal_retile.py
gdal_sieve.py
mkgraticule.py
pct2rgb.py
rgb2pct.py
The corresponding .bat files can be generated with a make-py-bats.bat in
./etc/postinstall (watch for unwanted linewrap, there are 5 lines):
pushd %OSGEO4W_ROOT%\bin
for %%g in (*.py) do (
if not exist %%~ng.bat echo @python "%%OSGEO4W_ROOT%%\bin\%%g" %%* >
%%~ng.bat
)
popd
cheers,
matt wilkie
--------------------------------------------
Geomatics Analyst
Information Management and Technology
Yukon Department of Environment
10 Burns Road * Whitehorse, Yukon * Y1A 4Y9
867-667-8133 Tel * 867-393-7003 Fax
http://environmentyukon.gov.yk.ca/geomatics/
--------------------------------------------
On 03/06/2011 2:58 PM, Jürgen E. Fischer wrote:
> Hi Matt,
>
> On Wed, 25. May 2011 at 17:03:41 -0700, Matt Wilkie wrote:
>> If I move the contents up to ../site-packages then the scripts work. I
>> assume this means the .egg directory structure is an oversite, or were
>> you meaning to move to using easy_install to complete the install?
> Sorry for the late response. I just updated all affected packages.
>
>
> Jürgen
>
More information about the osgeo4w-dev
mailing list