Dear users, I am trying to use cxfreeze 4.2 for this tiny script:
from numpy import sqrt x = sqrt(2) print x I am running cxfreeze on a machine with ubuntu lucid 10.04 and python2.6, and the output reveals some missing modules: Missing modules: ? ICCProfile imported from PngImagePlugin ? Pyrex.Compiler.Main imported from numpy.distutils.command.build_src ? _md5 imported from hashlib ? _sha imported from hashlib ? _sha256 imported from hashlib ? _sha512 imported from hashlib ? nose imported from numpy.testing.decorators ? sysconfig imported from pkg_resources ? win32com.client.gencache imported from setuptools.sandbox The executable works as expected, but who knows if it will for more complex scripts. I would greatly appreciate if anyone could point me in the right direction to solve this problem. Best wishes, andre -- http://www.fastmail.fm - Send your email first class ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ cx-freeze-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
