[Python-Dev] Re: Is msvcr71.dll re-redistributable?
Alexander Schremmer
2004b at usenet.alexanderweb.de
Thu Feb 3 17:36:59 CET 2005
On Tue, 01 Feb 2005 21:17:17 +0100, Thomas Heller wrote:
> The 2.4 python.org installer installs msvcr71.dll on the target system.
>
> If someone uses py2exe or a similar tool to create a frozen application,
> is he allowed to redistribute this msvcr71.dll to other users together
> with his application or not, even if he doesn't own MSVC?
How about statically compiling the code? Then you do not need to distribute
the runtime library. It should not make a big difference for the rather
large file python24.dll
Kind regards,
Alexander
More information about the Python-Dev
mailing list