Error importing Polygon from shapely.geometry.polygon
问题 In my Anaconda 2.2 64bit with Python 3.4.3 the following line works well: import shapely But the following line: from shapely.geometry.polygon import Polygon returns the following error: OSError: [WinError 126] The specified module could not be found What am I missing? EDIT I tried with iNotebook, idle.exe and Eclipse. They all use Anaconda (the only Python installation on my computer) and they all show the same error. If I type from shapely.geometry import Polygon in Eclipse, then I click on