Hi, I am trying to compile a static distribution of my python app, and cx-freeze says: Missing modules: ? _md5 imported from hashlib ? _scproxy imported from urllib ? _sha imported from hashlib ? _sha256 imported from hashlib ? _sha512 imported from hashlib ? _subprocess imported from subprocess ? configparser imported from apport.fileutils ? ctypes.macholib.dyld imported from ctypes.util ? netbios imported from uuid ? usercustomize imported from site ? win32wnet imported from uuid
I have included the missing dirs in the include list in setup.py, however, it still does not work. setup.py: http://paste.adora.dk/P2361.html Output from: python setup.py build |grep -A12 Missing: http://paste.adora.dk/P2360.html There was a previous thread about this here: http://www.mail-archive.com/[email protected]/msg00665.html But it did not seem to provide any solution. Has this issue been fixed? I believe that lots of projects use modules such as hashlib, urllib, etc. so I hope there is a solution. Please advice. Med venlig hilsen/Kind regards Thomas ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ cx-freeze-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
