ts.osgeo.org Subject: Re: [gdal-dev] Problem with GDAL
Python bindings and ECW format under Windows
On 1/25/11 2:57 PM, Jason Roberts wrote:
Rather than introduce a DLL into the system directory, why not
statically link the code into the bindings themselves, when
possible?
we did go through
2011/1/25 Jason Roberts
> Rather than introduce a DLL into the system directory, why not statically
> link the code into the bindings themselves, when possible? Or document the
> appropriate logic for doing it with win32 functions (registry functions,
> LoadLibrary, GetProcAddress) and allow the
o: gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] Problem with GDAL Python bindings and ECW format under
Windows
On 1/25/11 2:57 PM, Jason Roberts wrote:
> Rather than introduce a DLL into the system directory, why not
> statically link the code into the bindings themselves, when possibl
On 1/25/11 2:57 PM, Jason Roberts wrote:
Rather than introduce a DLL into the system directory, why not
statically link the code into the bindings themselves, when possible?
we did go through that, and it's one option, but for those of us that
use gdal with C programs, python, with the utiliti
Roberts
Cc: gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] Problem with GDAL Python bindings and ECW format under
Windows
2011/1/25 Jason Roberts
Tamas,
Are you still planning to implement the registry-based approach? I ask because
you seemed in favor of avoiding modifying PATH, if at all
2011/1/25 Jason Roberts
> Tamas,
>
>
>
> Are you still planning to implement the registry-based approach? I ask
> because you seemed in favor of avoiding modifying PATH, if at all possible
> (a position I agree with), and the registry approach would eliminate that
> need while still making GDAL +
,
jason
From: Tamas Szekeres [mailto:szeker...@gmail.com]
Sent: Tuesday, January 25, 2011 3:03 PM
To: Jason Roberts
Cc: Alain Cembro; gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] Problem with GDAL Python bindings and ECW format under
Windows
2011/1/25 Jason Roberts
Tamas,
Could
2011/1/25 Jason Roberts
> Tamas,
> Could you improve the Windows GDAL installer, so that it automatically sets
> the environment variables (GDAL_DATA and GDAL_DRIVER_PATH), and adds the
> GDAL binaries path to the PATH environment variable ?
>
>
I will do some improvements in the installers to
st it myself yet...)
Jason
-Original Message-
From: gdal-dev-boun...@lists.osgeo.org
[mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Alain Cembro
Sent: Tuesday, January 25, 2011 11:31 AM
To: gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] Problem with GDAL Python bindings and ECW format
--- On Tue, 1/25/11, Ivan Lucena wrote:
> Do you have the GDAL_DRIVER_PATH environment variable set
> on your Windows system?
>
> C:\>echo %GDAL_DRIVER_PATH%
> C:\Apps\GDAL\bin\gdalplugins
Ivan,
You are right, I forgot to set that variable. Now it is working. Thank you very
much !
Tamas,
Coul
Alain,
Do you have the GDAL_DRIVER_PATH environment variable set on your Windows
system?
C:\>echo %GDAL_DRIVER_PATH%
C:\Apps\GDAL\bin\gdalplugins
That is what going to make the GDAL dll inside the Python process to find the
plugins. GDAL command line tools doesn't need that because they get it
11 matches
Mail list logo