Hi, I have generally been using mingw (http://mingw.org) for 32-bit machines as I am not a user of Visual Studio. For the 64-bit builds I have been using the SDK. That seems to work so I'll have to see if I have different results than you. Note that I have no access to Windows 7 at work and no intention of buying a copy at home either so I can't test on your behalf -- that said, the prebuilt binaries should work for you. Do they? Or are you having difficulties there, too? Note that because of one bug in the 4.1.1 release you need to rename the util.exe file to util.pyd before actually using cx_Freeze.
If you poke about and find the answer to your problem, please let me know! I'll be happy to modify setup.py as needed in order to get this work for those people using Visual Studio. Anthony On Mon, Jan 4, 2010 at 3:43 PM, tyju tiui <[email protected]> wrote: > Hi, > > I'm trying to get cx_Freeze installed on my windows 7 32-bit machine running > python 2.6.3. > I've downloaded the latest cx_Freeze (4.1.1) src and am trying to build it > using MSVC 9. > The build process fails with the following error: > > error: command 'mt.exe' failed with exit status 31 > > The full output can be found at: http://jckdnk111.pastebin.com/f233c2a11 > > I found some other folks talking about this error: > http://bugs.python.org/issue4431 > I applied the patch to my distutils but it doesn't seem to make any > difference. > > Any idea what my problem might be? > > Thanks for your help, > > Ty > > > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > cx-freeze-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/cx-freeze-users > ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ cx-freeze-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
