I would like to make a Mac executable for my Python code but always got this error message:
OSError: Python library not found: .Python, libpython3.5.dylib, Python
Both PyInstaller and py2app returned the same error. What should I do to overcome this problem?