Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 4564
bloba90fc726255420ea62ef339ff031e8dc01ef5020
1 Title: Compatibility fix for windows agent updater
2 Level: 1
3 Component: agents
4 Class: fix
5 Compatible: compat
6 Edition: cee
7 State: unknown
8 Version: 1.5.0i1
9 Date: 1503477269
11 The command cmk-update-agent sometimes fails with an error message like 
12 "Loadlibrary() argument 1 must be string not unicode error" when running on Windows.
13 The error cause is an incompatibility within Python 2.7.13 and some Python libraries.
14 We fix this issue by using Python 2.7.12 instead.