a1opinion@... wrote:
> How's the latest versions of py2exe working out, with
> the new code that emulates the Windows LoadLibrary api
> call and allows true single-file executables? Has it
> proven to be reliable and bug-free? Any new
> problems/gotchas?
There are limits to what it can do - it can't transparently bundle data
files inside the exe for example. That creates issues with some
packages, but overall it seems to be working pretty well for me and many
others.
> Also, is msvcr71.dll still required to be distributed
> seperately from the exe or can that be bundled in the
> exe now as well?
It is needed too early in the startup process to be bundled inside the
exe, so yes it is still needed. w9xpopen.exe is also needed if you plan
to use popen on Windows 9x systems.
Jimmy
|