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. > > On Tue, Nov 30, 2010 at 10:20 AM, Scott Leerssen <[email protected]> wrote: >> I just updated to Python 2.7.1, and for some reason cx_Freeze is omitting >> the __init__.py file from the logging module. It worked find in Python 2.7. >> I even tried adding it the packages option in setup.py, but it still didn't >> pull it in. Any ideas? >> >> Thanks, >> Scott >> ------------------------------------------------------------------------------ >> 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 >> > > ------------------------------------------------------------------------------ > 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 ------------------------------------------------------------------------------ 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
