[sqlalchemy] postgis samples problem (AttributeError: 'module' object has no attribute 'Function')

2014-04-05 Thread robert rottermann
Hi there, I try to run the sample at: http://docs.sqlalchemy.org/en/rel_0_9/_modules/examples/postgis/postgis.html but I get the following traceback: Traceback (most recent call last): File scripts/test_geom.py, line 18, in module class BinaryGisElement(GisElement, expression.Function):

Re: [sqlalchemy] postgis samples problem (AttributeError: 'module' object has no attribute 'Function')

2014-04-05 Thread Michael Bayer
fixed in r4527b6ab943b0f16dd3dd829d7e9872. On Apr 5, 2014, at 12:35 PM, robert rottermann rob...@redcor.ch wrote: Hi there, I try to run the sample at: http://docs.sqlalchemy.org/en/rel_0_9/_modules/examples/postgis/postgis.html but I get the following traceback: Traceback (most recent