Hi, Just a few weeks ago I decided to make use of the Microsoft compiler to build cx_Freeze on Windows in order to eliminate one very strange problem that took place. I'd never noticed it myself until it was pointed out to me and I'd been using it for many years already.... It only takes place in Python 2.7 but I figured I would play it safe. That said, I have no desire to eliminate the use of the mingw32 compiler and so I just checked in changes to restore the ability to use the mingw32 compiler. Give it a try if you wish or wait for the 4.2.2 release -- this week if at all possible; otherwise next week, just in time for Christmas. :-)
Anthony On Sun, Dec 12, 2010 at 7:47 PM, Craig McQueen <[email protected]> wrote: > Hello, > > I'm having the same issue with Python 2.7.1 as others have, from my readings > of the mailing list. > > I wanted to test the latest in the SVN repository, to confirm whether it > fixes the issue. I'm building cx_Freeze with MinGW on Windows XP, which > builds okay and installs. But then when I try to run an EXE output from > cx_Freeze, it is giving me an errorĀ message about msvcr90.dll. I didn't have > this issue with the binary distributions of cx_Freeze that Anthony has > provided on the web site. > > I've read the following: > https://sourceforge.net/mailarchive/message.php?msg_id=22949192 > https://sourceforge.net/mailarchive/message.php?msg_id=21098800 > > They mostly make sense, but I still haven't figured out how to resolve the > issue for cx_Freeze built with MinGW. > > I just thought I'd mention it, although I don't want to waste anyone's time > on this. I'm thinking I should just wait for a binary release of cx_Freeze > version 4.2.2. > > Regards, > Craig McQueen > > > - The contents of this email, and any attachments, are strictly private > and confidential. > - It may contain legally privileged or sensitive information and is intended > solely for the individual or entity to which it is addressed. > - Only the intended recipient may review, reproduce, retransmit, disclose, > disseminate or otherwise use or take action in reliance upon the information > contained in this email and any attachments, with the permission of > Australian Arrow Pty. Ltd. > - If you have received this communication in error, please reply to the > sender > immediately and promptly delete the email and attachments, together with > any copies, from all computers. > - It is your responsibility to scan this communication and any attached > files > for computer viruses and other defects and we recommend that it be > subjected to your virus checking procedures prior to use. > - Australian Arrow Pty. Ltd. does not accept liability for any loss or > damage > of any nature, howsoever caused, which may result > directly or indirectly from this communication or any attached files. > > > ------------------------------------------------------------------------------ > Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL, > new data types, scalar functions, improved concurrency, built-in packages, > OCI, SQL*Plus, data movement tools, best practices and more. > http://p.sf.net/sfu/oracle-sfdev2dev > _______________________________________________ > cx-freeze-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/cx-freeze-users > > ------------------------------------------------------------------------------ Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL, new data types, scalar functions, improved concurrency, built-in packages, OCI, SQL*Plus, data movement tools, best practices and more. http://p.sf.net/sfu/oracle-sfdev2dev _______________________________________________ cx-freeze-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
