From: Charles H. <c....@se...> - 2006-10-10 15:24:00
|
Hello, =20 I'm trying to use py2exe but I have a problem :-) . I've already compiled some program with it but this time I have a proble because my program is using Numpy modules. =20 My setup.py is the following =20 from distutils.core import setup import py2exe, sys =20 sys.path.append("tools") sys.path.append("report") sys.path.append("spirent") sys.path.append("numpydir") =20 =20 =20 setup( console =3D ['checkfile.py'], ) =20 But when I enter the command "python setup.py py2exe", lots of numpy files appear to be missing. Therefore, my executable file does not work. =20 Is there something special to do with the setup.py in order to import numpy modules? =20 Thank you very much for you help =20 Best Regards =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 addres= sees. 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 received this communication in error, please notify Septentrio nv imm= ediately [ telephone +32 [0] 16 300800 ]. Septentrio nv will not accept l= iability for contractual commitments made by individuals employed by this= company outside the scope of our business. |