[Pythonmac-SIG] py2app/macho_standalone issue?
Kevin Walzer
kw at kevin-walzer.com
Mon Apr 17 05:05:24 CEST 2006
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Setup: Python 2.4.3 "universal," 10.4.6, Xcode 2.2
I'm trying to use the "macho_standalone" script from the latest build of
py2app that comes with pyobjc (the "universal" build that was just
posted in the past couple of days). Trying to run macho_standalone on an
app bundle (to relocate all the libs inside of the app bundle instead of
doing them one-by-one with install_name_tool), I get the error below:
Traceback (most recent call last):
File
"/Library/Frameworks/Python.framework/Versions/Current/bin/macho_standalone",
line 20, in ?
main()
File
"/Library/Frameworks/Python.framework/Versions/Current/bin/macho_standalone",
line 17, in main
standaloneApp(fn)
File
"/Library/Frameworks/Python.framework/Versions/Current/bin/macho_standalone",
line 10, in standaloneApp
files = MachOStandalone(path).run()
TypeError: __init__() takes at least 3 arguments (2 given)
Not sure how to troubleshoot this. The documentation says that the app
bundle name is the only required argument, so I don't know what else to add.
- --
Kevin Walzer
Poetic Code
http://www.kevin-walzer.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFEQwX0rTC5hIgjqTMRAjOxAJ9nSDbIDSwgb8I2IF/lh9yFNTaxawCeMdkF
xInhBAP6WqN0nsllnOBW3kE=
=P/Tc
-----END PGP SIGNATURE-----
More information about the Pythonmac-SIG
mailing list