[Gdal-dev] Windows installer for Python.
Cherkashin Evgeny
eugeneai at icc.ru
Thu Jan 23 21:51:37 EST 2003
Hi, Frank!
Frank Warmerdam wrote:
> Cherkashin Evgeny wrote:
>
>> Hi!
>>
>> I've just made a windows installer setup.py for pymod library.
>> One drawback is that the package is installed in the subdirectory and
>> developer shoud import modules like this:
>> import gdal.gdal
>> or
>> import gdal.ogr
>>
>> In the pcakage I included gdal118.dll too. So, the package could be
>> distributed stand-alone expecially for Python developers.
>>
>> The files in the attachment should be placed into "pymod" directory.
>> Later I'll develop the setup package to support Linux.
>
>
> Evgeny,
>
> I appreciate this work, but I am not keen on changing the convention to
> "import gdal.gdal" and "import gdal.ogr" even though that might make
> some sense. Is there a way around this?
>
This setup_win.py could be used at least in parallel to Your
Makefile.vc. At least just another kind of package.
Ok. There should be two. I'll find them.
> Best regards,
>
All the best,
Evgeny
More information about the Gdal-dev
mailing list