[Pyrex] Dangerous weirdness happening

Bob Ippolito bob at redivi.com
Tue Sep 30 05:20:17 CEST 2003


On Monday, Sep 29, 2003, at 22:58 America/New_York, David McNab wrote:

> Or, how can I accommodate multiple Python versions in my app, without
> rubbing my users' noses in intricacies they don't want to know about?

That's such a horrible idea, don't try and make a python extension work 
on two different binary incompatible versions of Python!

If you want it to be easy, just use py2exe and make them download the 
extra two megs or so for your application.

-bob





More information about the Pyrex mailing list