Svein Brekke <[EMAIL PROTECTED]> wrote: > I have been waiting for this fix, so it's great that you have adressed it. > However, I tried the development snapshot download on my machine > (WinXP SP 2 with python 2.4) and built a test.py with the single line > print "hello pyinstaller!" > The build executes correctly, but the .exe program crashes when I start > it (the same test setup compiles and runs nicely with pyinstaller 1.0).
What do you mean by "crashes"? Can you build it in debug mode (--debug) and show me the output at execution time? > I personally think that the a new official version with this fix in would > be valuable. Have you considered to build pyinstaller 1.0 with only this > fix and f.i. upload it as pyinstaller 1.1? Yes, in fact, I'm not having time for much PyInstaller development at the moment, so it could be well worth to release it. > PS: I tried checking out the no-msvcrt branch of pyinstaller from the svn > repository and build by VS.Net 2003, but then the executable still depended > on msvcr71.dll Yes, it's work-in-progress. The bootloader in the trunk does not have an external dependency anymore because the msvcrt is linked to the bootloader, but having a totally msvcrt-agnostic bootloader would still be valuable (eg. it'd be much smaller). > Why are .vcproj files not present in the svn repository? > Do you build it with another compiler? No, I use scons (http://www.scons.org) to automate the build. It builds all the different bootloader flavours with all the different compilers automatically. -- Giovanni Bajo _______________________________________________ PyInstaller mailing list [email protected] http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller
