English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-12-28 10:34:03 · 3 answers · asked by sportnut_66 1 in Computers & Internet Hardware Desktops

3 answers

MSVR71.dll is a component of programs created with the Microsoft Visual
C compiler (it contains runtime stuff). It is part of the normal Python
2.4 distribution (because it was created with the Microsoft compiler).

This means that programs/executables created with Python (and therefore
py2exe) require access to this dll, which isn't part of any standard
Microsoft OS distribution.

*Many* people (but not all) will already have this dll somewhere on the
system path. py2exe doesn't include it by default because the licensing
issues are unclear. It does seem that anyone can obtain a license to
distribute the dll by downloading the *free* Microsoft compiler - so it
should be less of an issue.

You will need to include the dll with your programs is the bottom line.

2006-12-28 10:43:55 · answer #1 · answered by Çlïgér4™ ♂ 6 · 1 0

DLL : Dynamic Library Link. That one you typed the name to is one of many in your systems files.

2006-12-28 18:38:45 · answer #2 · answered by d4d9er 5 · 0 0

Do you mean MSVCR71.dll ?
It is "Microsoft® C Runtime Dynamic Link Library" version 7.1

2006-12-28 18:39:31 · answer #3 · answered by gtopala 4 · 0 0

fedest.com, questions and answers