How can I tell Firewall to allow incoming connections for Python running a specific script? (In this case: SickBeard)
Solution 1:
While checking the programs above I realized I hadn't added the Current alias, which was likely used:
- /System/Library/Frameworks/Python.framework/Versions/Current/Python
Adding Python from the Current alias folder fixed my problem. Hadn't seen this question or answer anywhere else online so I'm keeping it up.