[gdal-dev] GDAL Error 4 - Again

2010-09-28 Thread GOO Creations
Hi everyone I've looked through the mailing-list archive and I know this issue was addressed several 100 times, but I still can't find the problem: This is my code I use to open an image: const char* f = "/home/goocreations/Documents/blue.pix"; GDALDataset *d = (GDALDataset*) GDALOpen(f,GA_U

Re: [gdal-dev] GDAL Error 4 - Again

2010-09-28 Thread Chaitanya kumar CH
Chris, Did yo remember to make a call to GDALAllRegister() ? Python automatically calls that when the GDAL module is imported. On Tue, Sep 28, 2010 at 3:31 PM, GOO Creations wrote: > Hi everyone > > I've looked through the mailing-list archive and I know this issue was > addressed several 100 t

Re: [gdal-dev] GDAL Error 4 - Again

2010-09-28 Thread GOO Creations
Yes, but this didn't help either. Chris On 2010/09/28 12:17 PM, Chaitanya kumar CH wrote: Chris, Did yo remember to make a call to GDALAllRegister() ? Python automatically calls that when the GDAL module is imported. On Tue, Sep 28, 2010 at 3:31 PM, GOO Creations

Re: [gdal-dev] GDAL Error 4 - Again

2010-09-28 Thread GOO Creations
Sorry guys, seems like my process somehow changed the image along the way. It works now. Thanks for the help. Chris On 2010/09/28 12:17 PM, Chaitanya kumar CH wrote: Chris, Did yo remember to make a call to GDALAllRegister() ? Python automatically calls that when the GDAL module is importe