> > If anybody has ideas for a better solution, speak up. I was thinking of
> > just building the bootloader as a statically-linked executable, but I fear
> > interactions with python itself.
>
>
> Committed as r164. This fixes ticket #12.


Hi Giovanni, thank you for you great work.

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).

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?

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. Why are .vcproj files not present in the svn repository?
Do you build it with another compiler?

regards
Svein Brekke



-------------------------------------------------------------------------
Start.no tilbyr nå raskere bredbånd til lavere pris.
Sjekk http://www.start.no/bredband/ for mer informasjon
_______________________________________________
PyInstaller mailing list
[email protected]
http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller

Reply via email to