Laurence Anthony píše v Ne 20. 05. 2012 v 01:54 +0900:
>
> 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?
It should be possible creating files. with command line arguments it's
not yet possible. It should be implemented but nobody did that yet.
You are more than welcome to do so.
Martin