[Gdal-dev] import gdal, a installation problem

Didrik Pinte dpinte at itae.be
Tue Jun 27 12:12:06 EDT 2006


Le mardi 27 juin 2006 à 09:42 -0400, Ivan Lucena a écrit :

> 
> It is working fine, except that I can't do:
> 
> 	C:/Data> Python pct2rgb.py
> 
> I need to inform the full script path:
> 
> 	C:/Data> Python "C:\Program Files\Gdal-1.3.2\bin\pct2rgb.py"


when calling python from the command line, it's not the argument that
are "path completible"... 

It's the rigth way to do it.

If your python installation is correct, you must be able to do :

c:\Data>pct2rgb.py

or 

c:\Program Files\Gdal-1.3.2\bin>python pct2rgb.py

Didrik
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Ceci est une partie de message
	=?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=
Url : http://lists.osgeo.org/pipermail/gdal-dev/attachments/20060627/2c160fe4/attachment.bin


More information about the Gdal-dev mailing list