[Numpy-discussion] Compiling for free on Windows32

Fadhley Salim Fadhley.Salim at uk.calyon.com
Thu Apr 16 11:21:30 EDT 2009


As I said before we have a very big set up. The problem is not the
difficulty in making eggs. Eggs are very easy things to make if you can
make the C++ compile first. 

Setuptools is a very good and stable project whose purpose is to help
automate very large deployments of Python dependancies. Your .exe
approach is not a solution. Let me explain why.

In a bank, every bit of software we run has to be certified by the
relevant auhtorities. That means one project might require numpy 1.3.0.1
weheras another might require 1.1.1. We are not authorized to run any
combination of dependancies that is not certified. But some projects
that need to run on the same grid might have different Numpy
dependancies.

We need to be able to run both projects concurrently on the same grid.
Setuptools + eggs allows this to happen. If we used .exe installers then
we could only have one single version of any given dependancy at any
time and so we would not be able to run the two projects in paralell.

In summary: 

.exe files are fine for single-users and simple deployments but not
suitable for very big deployments. Eggs may not be perfect but they are
by far the best soltion we have.

-----Original Message-----
From: numpy-discussion-bounces at scipy.org
[mailto:numpy-discussion-bounces at scipy.org] On Behalf Of David
Cournapeau
Sent: 16 April 2009 07:42
To: Discussion of Numerical Python
Subject: Re: [Numpy-discussion] Compiling for free on Windows32

I think having a simple .exe installer that easy_install could run would
be enough for your purpose (handling install_require dependencies). In
that case, you just need to extract the arch specific installer from our
official installer (the superpack .exe is compressed with 7zip), choose
the most appropriate installer, and add this on your server. I think
easy_install should then be able to automatically use the .exe to handle
dependencies,
-------------- next part --------------
This email does not create a legal relationship between any member of the 
Cr=E9dit Agricole group and the recipient or constitute investment advice. 
The content of this email should not be copied or disclosed (in whole or 
part) to any other person. It may contain information which is 
confidential, privileged or otherwise protected from disclosure. If you 
are not the intended recipient, you should notify us and delete it from 
your system. Emails may be monitored, are not secure and may be amended, 
destroyed or contain viruses and in communicating with us such conditions 
are accepted. Any content which does not relate to business matters is not 
endorsed by us.

Calyon is authorised by the Comit=e9 des Etablissements de Cr=e9dit et des
Entreprises d'Investissement (CECEI) and supervised by the Commission Bancaire
in France and subject to limited regulation by the Financial Services Authority.
Details about the extent of our regulation by the Financial Services Authority
are available from us on request. Calyon is incorporated in France with limited
liability and registered in England & Wales. Registration number: FC008194.
Registered office: Broadwalk House, 5 Appold Street, London, EC2A 2DA.
This message and/or any  attachments is intended for the sole use of its addressee.
If you are not the addressee, please immediately notify the sender and then destroy the message.
As this message and/or any attachments may have been altered without our knowledge, its content is not legally binding on CALYON Cr?dit Agricole CIB.
All rights reserved.

Ce message et ses pi?ces jointes est destin? ? l'usage exclusif de son destinataire.
Si vous recevez ce message par erreur, merci d'en aviser imm?diatement l'exp?diteur et de le d?truire ensuite.
Le pr?sent message pouvant ?tre alt?r? ? notre insu, CALYON Cr?dit Agricole CIB ne peut pas ?tre engag? par son contenu.
Tous droits r?serv?s.


More information about the NumPy-Discussion mailing list