On Nov 30, 2010, at 1:47 PM, Anthony Tuininga wrote: > On Tue, Nov 30, 2010 at 11:06 AM, Scott Leerssen <[email protected]> wrote: >> >> On Nov 30, 2010, at 12:46 PM, Anthony Tuininga wrote: >> >>> Hi, >>> >>> I'm not sure what is going on with Python 2.7.1 as someone else >>> mentioned missing modules a day or two ago -- but I haven't had a >>> chance to look at it yet. Perhaps what is needed is for you to build >>> and install the base executables yourself until I get a chance to >>> release new binaries with 2.7.1? If you are able to do that and it >>> resolves your problem, please let me know. In that case I'll make a >>> new release as soon as I am able to do so. Thanks. >>> >>> Anthony >> >> I'm actually already building it from source (on Linux, Solaris, AIX and >> HP-UX). logging/__init__.py is missing on all of them, as is hashlib.py and >> atexit.py (which I just found). So I don't think it's an issue packaging >> against 2.7. > > Hi, > > Could you send me a simple script that demonstrates the problem? I > just attempted to duplicate the problem and was unable to do so -- so > a sample script that doesn't work for you would be very helpful. > Thanks. > > Anthony
This does it for me: import sys import logging sys.exit(0) ------------------------------------------------------------------------------ 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
