Re: [sqlalchemy] can't adapt type 'centroid'

2012-11-28 Thread Eric Lemoine
On Tue, Nov 27, 2012 at 2:43 AM, Michael Bayer mike...@zzzcomputing.com wrote: trying to get the attention of the geoalchemy guy here, maybe try their list: https://groups.google.com/forum/?fromgroups#!forum/geoalchemy The discussion has been taken to the GeoAlchemy list:

RE: [sqlalchemy] can't adapt type 'centroid'

2012-11-27 Thread Gery .
Thanks Mike, I tried it but it seems this mailing list is not working, someone knows if it does? From: mike...@zzzcomputing.com Subject: Re: [sqlalchemy] can't adapt type 'centroid' Date: Mon, 26 Nov 2012 20:43:04 -0500 To: sqlalchemy@googlegroups.com trying to get the attention

RE: [sqlalchemy] can't adapt type 'centroid'

2012-11-27 Thread Gery .
it does, thanks From: gameji...@hotmail.com To: sqlalchemy@googlegroups.com Subject: RE: [sqlalchemy] can't adapt type 'centroid' Date: Tue, 27 Nov 2012 08:47:53 + Thanks Mike, I tried it but it seems this mailing list is not working, someone knows if it does? From: mike

[sqlalchemy] can't adapt type 'centroid'

2012-11-26 Thread Gery .
Hi all, newbie question here, I'm getting this error message: *** $ python model.py /usr/lib64/python2.6/site-packages/sqlalchemy/engine/reflection.py:47: SAWarning: Did not recognize type 'geometry' of column 'geom' ret = fn(self, con, *args, **kw) DB Columns

Re: [sqlalchemy] can't adapt type 'centroid'

2012-11-26 Thread Michael Bayer
trying to get the attention of the geoalchemy guy here, maybe try their list: https://groups.google.com/forum/?fromgroups#!forum/geoalchemy On Nov 26, 2012, at 9:19 AM, Gery . wrote: Hi all, newbie question here, I'm getting this error message: *** $ python model.py