On 20 June 2011 01:41, Brian Sanjeewa Rupasinghe <[email protected]> wrote: > I installed shapely 1.2.10.win32.exe (md5) for Python3.2 windows. > However, when i tried to import this package in Python with > (from shapely.geometry import *), it gives an error: ImportError: No module > named geo.
Although you can install Shapely under Python 3.x, PyPi[1] indicates that Shapely 1.2.x depends on Python >=2.5,<3 Most of the geospatial Python software is using Python 2.x [1] http://pypi.python.org/pypi/Shapely -Mike _______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
