[Distutils] Providing binary packages for Python versions with different internal unicode representation

Andreas Jung info at zopyx.com
Thu Apr 24 17:40:51 CEST 2008


Hi,

Python interpreters can be compiled by different internal unicode
representations (UCS2 vs. UCS4). Extension modules using unicode methods of 
Python internally can not be used with a Python interpreter with a different
internal unicode representation. What's the deal when you want to provide
binary packages of an extension module for Python interpreters with 
different unicode representations....is there some support for doing this
using setuptools?

Andreas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 194 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20080424/8b619ab0/attachment.pgp>


More information about the Distutils-SIG mailing list