2005/12/21, Charlie Savage &lt;<a href="mailto:cfis@interserv.com">cfis@interserv.com</a>&gt;:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



  
  


Hi Gérald,<br>
<br>
Right now you would only be able to have 1 version of a SWIG GEOS
wrapper at a time.&nbsp; The reason is that the extension libraries are
being built without version numbers.&nbsp; Thus for Python, there is a
Python extension called _geos.so (or .dll) and for ruby on called
geos.so.<br>
<br>
In fact, I don't know if Python supports installing the same extension
with multiple versions - maybe someone else on the&nbsp; list knows this?&nbsp; I
don't if Ruby does either, but I suspect it doesn't (but I'll see if I
can find something).<br>
</blockquote></div><br>
It's possible using eggs.<br>
<br>
HTH<br>
Niki Spahiev<br>
<br>