On Tue, Nov 30, 2010 at 11:10 AM, Chris Spencer <[email protected]> wrote: > This is VERY related to the same question I asked on this list a few > days ago. I *never* got a reply to my question.
Yes, I know. I'm sorry I never replied right away. I was hoping to be able to test it but ran out of time... Seeing two people with the same problem suggests something very strange going on so I did a quick test. See below. > For me, it included the _hashlib.pyd, but never picked up the > hashlib.pyc file. It didn't even try to include the directory > containing the logging module, or the module it depends upon > "atexit.pyc". I created a simple script that does this import hashlib print hashlib It froze correctly. Note that the frozen executable includes a number of modules that are required for the bootstrap code to work correctly. Its possible that an insufficient number of modules are being included or that too many are being included and should come from the installed Python distribution and not the base executable. In order to help determine that, a sample script would be helpful -- particularly one that isn't quite as simplistic as the one I dummied up. :-) Anthony ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ cx-freeze-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
