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 píše v St 27. 03. 2013 v 13:51 -0700:
> 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 --buildpath=path option IS respected (kind of) when used
> with a spec file.
> 
> Is there any way to achieve this?
> One important use-case is when $PROJECT is
> in one's Dropbox. You would like to not dump a bunch
> of big binaries, .pyzs and tocs into the Dropbox and
> have them uploaded to the cloud for no reason.
> 
> Thanks,
> 
> Dave Cortesi 

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pyinstaller+unsubscr...@googlegroups.com.
To post to this group, send email to pyinstaller@googlegroups.com.
Visit this group at http://groups.google.com/group/pyinstaller?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to