Discussion:
[Community] Shapely package installation
Brian Sanjeewa Rupasinghe
2011-06-19 13:41:28 UTC
Permalink
Hi,

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.
What is this error about?

Cheers, Brian.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gispython.org/pipermail/community/attachments/20110619/5918bbc2/attachment.htm>
Mike Toews
2011-06-19 21:00:23 UTC
Permalink
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
Sean Gillies
2011-06-20 07:15:05 UTC
Permalink
Post by Mike Toews
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
Right, we're not yet testing or deploying Shapely on Python 3 +
Windows. There's probably some non-conforming code in the
shapely.geometry.geo module that prevents its import.
--
Sean\
Loading...