Scott Ballard píše v Út 08. 05. 2012 v 12:09 -0700:
> Isn't creating a hook produce the same results as adding it to the
> COLLECT (see below)?
If the COLLECT should work as the hook, then you should be just fine
with the following:
coll = COLLECT(exe,
a.binaries,
[('ui/%s.ui' % APP_NAME, './ui/%s.ui' % APP_NAME,
'DATA')],
[('convert', '../utilities/convert', 'BINARY')],
a.zipfiles,
a.datas,
strip=None,
upx=False,
name=os.path.join('dist/osx', APP_NAME))
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pyinstaller?hl=en.