Ticket #228 (closed defect: wontfix)
import python bindings fails
| Reported by: | martinm | Owned by: | sgillies |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Default | Version: | 3.1.0rc2 |
| Severity: | Unassigned | Keywords: | |
| Cc: |
Description
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'
Change History
Note: See
TracTickets for help on using
tickets.
