[geos-devel] [GEOS] #228: import python bindings fails
GEOS
geos-trac at osgeo.org
Mon Feb 2 14:12:29 EST 2009
#228: import python bindings fails
------------------------+---------------------------------------------------
Reporter: martinm | Owner: geos-devel at lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 3.1.0
Component: Default | Version: 3.1.0rc1
Severity: Unassigned | Keywords:
------------------------+---------------------------------------------------
Importing python module fails:
{{{
>>> import geos
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Library/Python/2.5/site-packages/geos/geos.py", line 60, in
<module>
class PySwigIterator(object):
File "/Library/Python/2.5/site-packages/geos/geos.py", line 64, in
PySwigIterator
__swig_destroy__ = _geos.delete_PySwigIterator
AttributeError: 'module' object has no attribute 'delete_PySwigIterator'
}}}
--
Ticket URL: <http://trac.osgeo.org/geos/ticket/228>
GEOS <http://geos.refractions.net/>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).
More information about the geos-devel
mailing list