Works for me:

[EMAIL PROTECTED]:~$ PYTHONPATH=/tmp easy_install-2.4 --install-dir=/tmp
Shapely==1.0.7
Creating /tmp/site.py
Searching for Shapely==1.0.7
Reading http://pypi.python.org/simple/Shapely/
Reading http://trac.gispython.org/lab/wiki/Shapely
Reading http://trac.gispython.org/projects/PCL/wiki/Shapely
Reading http://trac.gispython.org/projects/PCL/wiki/ShapeLy
Best match: Shapely 1.0.7
Downloading
http://pypi.python.org/packages/source/S/Shapely/Shapely-1.0.7.tar.gz#md5=dc26972c8e40154a728b6eac4159680b
Processing Shapely-1.0.7.tar.gz
Running Shapely-1.0.7/setup.py -q bdist_egg --dist-dir
/tmp/easy_install-VO4ZcA/Shapely-1.0.7/egg-dist-tmp-pJRAk-
zip_safe flag not set; analyzing archive contents...
shapely.geos: module references __file__
Adding Shapely 1.0.7 to easy-install.pth file

Installed /tmp/Shapely-1.0.7-py2.4.egg
Processing dependencies for Shapely==1.0.7
Finished processing dependencies for Shapely==1.0.7

One difference is that my easy_install script (from the latest
setuptools) is searching PyPI's newer Simple instance. Upgrade setuptools?

Sean

Eric Lemoine wrote:
> No proxy here. Thanks for your response. Eric
> 
> 2008/11/3, Dominic Lowe <[EMAIL PROTECTED]>:
>> Eric,
>>
>> Are you behind a proxy?
>> I can replicate that error if I unset the http_proxy environment variable.
>>
>> With the proxy set it seems to be working fine (except for some gcc error on
>> my test machine but that is further down the install chain and I don't want
>> to go there!)
>>
>> Cheers,
>> Dom
>>
>>
>> Without I get this:
>>
>> On Monday 03 November 2008 09:58:56 Eric Lemoine wrote:
>>> Hi
>>>
>>> We tried to install Shapely 1.0.7 in a Python 2.4 env using
>>> easy_install this morning, but didn't manage to do it.
>>>
>>> $ sudo easy_install Shapely==1.0.7
>>> Searching for Shapely==1.0.7
>>> Reading http://www.python.org/pypi/Shapely/
>>> Reading http://trac.gispython.org/lab/wiki/Shapely
>>> Reading http://www.python.org/pypi/Shapely/1.0.8
>>> No local packages or download links found for Shapely==1.0.7
>>> error: Could not find suitable distribution for
>>> Requirement.parse('Shapely==1.0.7')
>>>
>>> It seems that the problem doesn't exist with Python 2.5.
>>>
>>> Does anyone know what's going on?
>>>
>>> Thanks,
>>> --
>>> Eric
_______________________________________________
Community mailing list
[email protected]
http://lists.gispython.org/mailman/listinfo/community

Reply via email to