Hi all,
I have been enjoying using pyinstaller.py (the new alternative interface
for using PyInstaller).
I've had no problem setting things like --onefile, --noconsole etc., but
I'm now trying to add things like additional files to the long command line
string (bypassing spec files). Is this possible?
What I'm trying to do is add everything I need to a single external tools
configuration in Eclipse. Then, I'll be able to create what I want with a
single click. Here's what I have so far:
"c:\pyinstaller.py"
--out=${parent-path}
--onefile
--noconsole
--icon=${parent-path}/icon.ico
${resource_loc}
Any ideas?
Laurence.
--
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.