[PyInstaller] Confused about --out=path option

2013-03-27 Thread David Cortesi
Using 2.0 on Mac OSX. When I use the option --out=$HOME/Desktop/scratch what I find in scratch is: drwxr-xr-x 3 original staff 102 Mar 27 13:01 build/ drwxr-xr-x 3 original staff 102 Mar 27 13:01 pyi.darwin/ drwxr-xr-x 11 original staff 374 Mar 27 13:02

[PyInstaller] Further confused about --out=path option with a spec file

2013-03-27 Thread David Cortesi
Say I have a project folder with source and spec file, but I want to put the bundled app elsewhere. This should do it, cd $PROJECT/src pyinstaller --out=$HOME/scratch ./myscript.spec But the --out option is ignored, the build and dist directories are built in the cwd. Note the

Re: [PyInstaller] Further confused about --out=path option with a spec file

2013-03-27 Thread Martin Zibricky
As you describe it, I'm confused as well: - never tried these options myself. - they are from time before unified interface pyinstaller.py How should be changed the behavior of these options? - should the --out point to directory where to put .log files, build and dist folders? David Cortesi

Re: [PyInstaller] Further confused about --out=path option with a spec file

2013-03-27 Thread Martin Zibricky
Martin Zibricky píše v St 27. 03. 2013 v 22:04 +0100: As you describe it, I'm confused as well: - never tried these options myself. - they are from time before unified interface pyinstaller.py How should be changed the behavior of these options? - should the --out point to directory where