Those updates are working for me, and my app is about as complicated as they get as far as import dependencies.
Thanks! On Dec 6, 2010, at 7:14 PM, Anthony Tuininga wrote: > Hi, > > I (finally) had a chance to look at this, diagnose the problem and > find a solution. The solution is checked in to Subversion and appears > to work for me. I'd appreciate it if those who have been having > troubles would be able to confirm the solution works for them. I will > be making a new release to resolve this problem soon but would prefer > to wait until after others have confirmed the solution works! > > Anthony > > On Tue, Nov 30, 2010 at 8:51 PM, Chris Spencer <[email protected]> wrote: >> I used his test code and this command line: >> c:\python27\scripts\cxfreeze blah.py --target-dir c:\temp\test\dist >> >> got this upon running blah.exe: >> C:\temp\test\dist>blah >> Traceback (most recent call last): >> File >> "C:\Python27\lib\site-packages\cx_Freeze\initscripts\Console.py", line >> 27 >> , in <module> >> exec code in m.__dict__ >> File "blah.py", line 2, in <module> >> ImportError: No module named logging >> >> Chris. >> >> On Tue, 30 Nov 2010 14:12:20 -0500, Scott Leerssen >> <[email protected]> wrote: >>>> This does it for me: >>>> >>>> import sys >>>> import logging >>>> sys.exit(0) >>>> >>> >>> Actually, I missed a line: >>> >>> import sys >>> import logging >>> import logging.config >>> 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 >> > > ------------------------------------------------------------------------------ > What happens now with your Lotus Notes apps - do you make another costly > upgrade, or settle for being marooned without product support? Time to move > off Lotus Notes and onto the cloud with Force.com, apps are easier to build, > use, and manage than apps on traditional platforms. Sign up for the Lotus > Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d > _______________________________________________ > cx-freeze-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/cx-freeze-users ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d _______________________________________________ cx-freeze-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
