[pyicu-dev] setup.py? Eggs?

Jim Fulton jim at zope.com
Wed Nov 30 03:15:21 PST 2005


Andi Vajda wrote:
> 
...
> The other kink is that there is a shared library being built that is not 
> a python extension. The reason for it is that I couldn't find any other 
> way for all the other python extensions in PyICU to share common code on 
> the Mac. On Mac OS X, python extension are bundles and you cannot link a 
> bundle with another bundle.
> Another option was to make all extensions be just one, and that is the 
> way I started the project, but the SWIG generated C++ code just became 
> too large.

Why does it matter how large the C++ code is?

Is it feasible to statically link the common code into each
extension?

Jim

-- 
Jim Fulton           mailto:jim at zope.com       Python Powered!
CTO                  (540) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org


More information about the pyicu-dev mailing list