py2app TypeError: dyld_find() got an unexpected keyword argument 'loader'
I'm having difficulty building my app using py2app. I can build it in alias mode without issue using this command: python3.4 setup.py py2app -A However when I try and build it using: python3.4 setup.py py2app I get the error message as per title of this post. From the research I've done I believe it's an issue with Pillow; however I need Pillow for this app. (Unless there's another module I can use to import images??). I've also tried cx_freeze without success. Any help or direction much appreciated. Full traceback as follows: Traceback (most recent call last): File "setup.py", line 19, in