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