Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 4556
blobcf50d490991736a6f6d63599f1913e35abee27ac
1 Title: Fixed compatibility problem in agent updater with some older windows versions
2 Level: 1
3 Edition: cee
4 Component: agents
5 Compatible: compat
6 Version: 1.5.0i1
7 Date: 1490258522
8 Class: fix
10 When running Check_MK agent updater under some older Windows versions (eg. Windows XP),
11 a problem with some missing runtime libraries can possibly occur.
12 This would result in an error message beginning with "Error loading Python DLL:..."
14 A quick-fix for this problem would be the installation of a Microsoft Visual C++
15 Redistributable package. It can be found at Microsoft support homepage.
16 (support.microsoft.com) with the search term "vcredist_x86".
17 The MS VC++ 2008 Redistributable Package (x86) would be sufficient.
19 However, the needed runtime libraries will be included in all Check_MK
20 releases containg this werk.