Mam kodu Pythona, który generuje następujący błąd:Python ramy tk
objc[36554]: Class TKApplication is implemented in both /Library/Frameworks/Tk.framework/Versions/8.5/Tk and /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk. One of the two will be used. Which one is undefined.
objc[36554]: Class TKMenu is implemented in both /Library/Frameworks/Tk.framework/Versions/8.5/Tk and /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk. One of the two will be used. Which one is undefined.
objc[36554]: Class TKContentView is implemented in both /Library/Frameworks/Tk.framework/Versions/8.5/Tk and /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk. One of the two will be used. Which one is undefined.
objc[36554]: Class TKWindow is implemented in both /Library/Frameworks/Tk.framework/Versions/8.5/Tk and /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk. One of the two will be used. Which one is undefined.
Niektóre z moich bibliotek rozszerzających Tk są linkami przeciwko /System/Library/Frameworks zamiast/Library/Frameworks, gdy są one samopoczucie compiled, wiem Narzędzie install_name_tool może ponownie połączyć plik binarny z poprawną strukturą , ale co dokładnie muszę wpisać w Terminalu, aby naprawić ten problem?