Re: [gdal-dev] How to build python bindings on windows?

2012-01-08 Thread Joaquim Luis
Generally, to build Python extensions on Widnows, you need to use the same version of MSVC that was used to compile your Python binary. For python 2.6, I believe that the provided binaries are compiled with MSVC 2008 for example. See http://bugs.python.org/issue5235 If you have not that version

Re: [gdal-dev] How to build python bindings on windows?

2012-01-08 Thread Even Rouault
Le dimanche 08 janvier 2012 21:44:58, Joaquim Luis a écrit : > Hi, > > I made my first attempt to build the python bindings on Windows and > like others have complained before ... nothing happened > I did set PYDIR and PY_INST_DIR but at the end no errors nor anything > else python related. > N

[gdal-dev] How to build python bindings on windows?

2012-01-08 Thread Joaquim Luis
Hi, I made my first attempt to build the python bindings on Windows and like others have complained before ... nothing happened I did set PYDIR and PY_INST_DIR but at the end no errors nor anything else python related. Next I went to swig\python and did python.exe setup.py build which resul

Re: [gdal-dev] Can MEM-dataset be serialized as binary stream?

2012-01-08 Thread Even Rouault
Le samedi 07 janvier 2012 11:00:43, 吴磊 a écrit : > Hi, guys, > > I want to transfer some small datasets among compute nodes in a > distribute system. Actually, they are not necessary to be persistence, > they are only existed in memory. > Is there any approach I can use to serialize GDALDataset. M