From: David D. <dav...@lo...> - 2006-10-10 12:33:24
|
On Tue, Oct 10, 2006 at 01:11:28PM +0200, Charles Hanot wrote: > Hi, Hi >=20 > =20 >=20 > my question is the following one. Is it possible to use Numpy with > py2exe in order to compile my program?=20 >=20 I am right now finishing a dev (GUI app un pyGtk) that uses numpy, and it have to be released as a win32 app. I used to have problems packing it using py2exe with enthough version of numpy. Now I use numpy 1.0RC1 and it works fine (I'm only using numpy, not scipy). I use mpl too, and packaging it using py2exe is a little more problematic. One thing I had to do is to set the "optimize" py2exe option to 0 (because mpl does automatic docstring stuffs, and docstrings are removed when optimizing is used). Note that I am usiing the latest py2exe too. David > =20 >=20 > In fact I'm trying to compile a program using py2exe but the problem is > that the numpy function cannot be loaded by py2exe. I've already seen on > the web that other users have the same problem but I've never seen any > answer. Could you tell me if there is something to do? Is there any > solution? >=20 > =20 >=20 > Thank you very much, >=20 > =20 >=20 > Best Regards, >=20 > =20 >=20 > Charles Hanot=20 >=20 >=20 >=20 > This e-mail communication contains information that is confidential and m= ay also be privileged. It is intended for the exclusive use of the addresse= es. If you are not the person or organization to whom it is addressed, you = must not copy, distribute or take any action in reliance upon it. If you re= ceived this communication in error, please notify Septentrio nv immediately= [ telephone +32 [0] 16 300800 ]. Septentrio nv will not accept liability f= or contractual commitments made by individuals employed by this company out= side the scope of our business. > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share y= our > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > _______________________________________________ > Numpy-discussion mailing list > Num...@li... > https://lists.sourceforge.net/lists/listinfo/numpy-discussion --=20 David Douard LOGILAB, Paris (France) Formations Python, Zope, Plone, Debian : http://www.logilab.fr/formations D=E9veloppement logiciel sur mesure : http://www.logilab.fr/services Informatique scientifique : http://www.logilab.fr/science |