temp-account10 / maps4mac

Automatically exported from code.google.com/p/maps4mac
0 stars 0 forks source link

No module named shapely.geometry #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. python osm2spatialite.py Be.sqlite Be.osm
2.
3.

What is the expected output? What do you see instead?
Be.osm

What version of the product are you using? On what operating system?
osm2spatialite-0.2.zip 

Please provide any additional information below.

Traceback (most recent call last):
  File "osm2spatialite.py", line 37, in <module>
    from shapely.geometry import Point,MultiPolygon,Polygon,LineString
ImportError: No module named shapely.geometry

Original issue reported on code.google.com by vpott...@gmail.com on 18 Nov 2011 at 5:06

GoogleCodeExporter commented 8 years ago
Do you have Shapely (http://pypi.python.org/pypi/Shapely) installed? If so what 
version?

Original comment by DanielS...@gmail.com on 22 Nov 2011 at 5:55

GoogleCodeExporter commented 8 years ago

Original comment by DanielS...@gmail.com on 23 Apr 2012 at 3:43