I am now using Py2App 0.7 and getting further than I was. However,
now, I am unable t get Py2App to include the faulthandler package
which is required by one of my dependencies. Even if I explicitly
specify it with the -i option (-i faulthandler), I still get
ImportError: No module named faulthandler. How can I get Py2App to
include this package? Any help would be much appreciated!

On 12/11/14, Michael Forzano <michaeldforz...@gmail.com> wrote:
> Hello,
>
> I am attempting to build my app on OSX 10.8, the stock Python 2.7.2
> and the latest Py2app (0.9 I believe). I am getting the error
> TypeError: dyld_find() got an unexpected keyword argument 'loader' as
> described in
> https://bitbucket.org/ronaldoussoren/py2app/issue/137/py2app-problems-using-enthought-python.
> I made the change to the file in question changing loader to
> loader_path. The app builds successfully, but  when I attempt to run
> it I get "ImportError: No Module name os".
>
> If there is no plan to fix this soon, could someone let me know which
> versions of these packages are known to work? It would be much
> appreciated as this is blocking our upcoming release.
>
> Thanks,
> Mike
>
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to