Re: GeoDjango - Ogr seg fault

2008-10-10 Thread Graham Dumpleton
In that case, would be a shared library version conflict where PHP components are compiled against different shared library version or variant than what Python modules are using. Graham On Oct 11, 12:36 am, guillaume <[EMAIL PROTECTED]> wrote: > Ok, I've found the answer myself : > it happens wh

Re: GeoDjango - Ogr seg fault

2008-10-10 Thread guillaume
Ok, I've found the answer myself : it happens when mod_php is also activated. let mod_python goes alone and it's fine. Don't know why though... On 10 oct, 15:01, guillaume <[EMAIL PROTECTED]> wrote: > Hi, > > I'm experiencing trouble when using geodjango.gdal : > from a standard python console,

Re: GeoDjango - Ogr seg fault

2008-10-10 Thread Graham Dumpleton
Try forcing application to run in main Python interpreter. PythonInterpreter main_interpreter. Graham On Oct 11, 12:01 am, guillaume <[EMAIL PROTECTED]> wrote: > Hi, > > I'm experiencing trouble when using geodjango.gdal : > from a standard python console, pnt = OGRGeometry(someWKT) goes fine