Re: GeoDjango : Error in admin site with geom fields

2007-09-17 Thread guillaume
seems there's a bad trick like this indeed. I'm gonna check this all. Thanks for the clue On 16 sep, 19:38, "Ariel Mauricio Nunez Gomez" <[EMAIL PROTECTED]> wrote: > Did you have a previous geos installation?? > Maybe you have some old .so's that are being linked instead of the new ones. > > Ari

Re: GeoDjango : Error in admin site with geom fields

2007-09-16 Thread Ariel Mauricio Nunez Gomez
Did you have a previous geos installation?? Maybe you have some old .so's that are being linked instead of the new ones. Ariel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this gro

GeoDjango : Error in admin site with geom fields

2007-09-16 Thread guillaume
Hi, I've build up a small geodjango app. Using the admin-site to view the records of my table gives me : /usr/lib/libgeos_c.so: undefined symbol: GEOSGeomFromHEX_buf my geos version is 3.0.0.RC4 my model is : class commune(models.Model, models.GeoMixin): depcom = models.CharField(maxlength=5