<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Looks like you get to play “World of install_name_tool” before playing World of Tanks.<div class=""><br class=""></div><div class=""><ul class="MailOutline"><li class="">Figure out where the binaries are.</li><li class="">Read `man otool` and `man install_name_tool`</li><li class="">Look at `otool -L <binary file>`</li><li class="">Back up your app before messing around with its binaries</li><li class="">Use install_name_tool to replace the dynamic links to the now deprecated macOS Python libraries to MacPorts binaries [search MacPorts Portfiles for plenty of example uses.]</li><li class="">…</li><li class="">WIN</li></ul><div class=""><br class=""></div><div class="">Or: Try setting `export PYTHON=<path to MacPorts python27>` in such a way that the app launch knows about this variable. </div><div class=""><br class=""></div><div class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Mar 18, 2022, at 4:23 PM, Tom <<a href="mailto:macpro@t-online.de" class="">macpro@t-online.de</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">World of Tanks crashes with this error log. Can there be something done about it?<br class=""><br class=""><blockquote type="cite" class="">Termination Reason:    Namespace DYLD, Code 1 Library missing<br class="">Library not loaded: /System/Library/Frameworks/Python.framework/Versions/2.7/Python<br class="">Referenced from: /Volumes/VOLUME/*/<a href="http://Wargaming.net" class="">Wargaming.net</a> Game Center.app/Contents/MacOS/<a href="http://Wargaming.net" class="">Wargaming.net</a> Game Center<br class="">Reason: tried: '/System/Library/Frameworks/Python.framework/Versions/2.7/Python' (no such file)<br class="">(terminated at launch; ignore backtrace)</blockquote></div></div></blockquote></div><br class=""></div></div></body></html>