On Feb 19, 2010, at 11:31 AM, Massimo Di Stefano wrote:

> Hi All,
>
> A question related to shapely, i downloaded it and installed the  
> 1.2b version using easy_install
> on a mac osx 10.6.
> Tring to run the dissolve.py or intersect.py  code example i'm  
> having an error in the "  cascaded_union " function,
> exactly :
>
>
> MacBook-Pro-15-di-Massimo-Di-Stefano:~ sasha$ python /Users/sasha/ 
> Downloads/Shapely-1.2b1/examples/dissolve.py
> Traceback (most recent call last):
>  File "/Users/sasha/Downloads/Shapely-1.2b1/examples/dissolve.py",  
> line 24, in <module>
>    patches = cascaded_union(spots)
> TypeError: cascaded_union() takes exactly 1 argument (2 given)
> MacBook-Pro-15-di-Massimo-Di-Stefano:~ sasha$ python /Users/sasha/ 
> Downloads/Shapely-1.2b1/examples/intersect.py
> Traceback (most recent call last):
>  File "/Users/sasha/Downloads/Shapely-1.2b1/examples/intersect.py",  
> line 18, in <module>
>    patches = cascaded_union(spots)
> TypeError: cascaded_union() takes exactly 1 argument (2 given)
>
>
> have you ant clue on what's wrong ?
> thanks for any help!
>
> regards,
> Massimo.

There is indeed a fresh bug in 1.2b1 :( b2 is coming up.

--
Sean

_______________________________________________
Community mailing list
[email protected]
http://lists.gispython.org/mailman/listinfo/community

Reply via email to