Re: [PyInstaller] Examples of projects using PyInstaller

2016-01-29 Thread Jones, Bryan
A few ideas on how to do this: > Hmm, is there a way to capture data file requirements as command-line options? Yes, mostly: write a hook file for your project that defines the appropriate datas, then pass the path to your hook file on the command line. > It would be sweet if in the future

Re: [PyInstaller] Examples of projects using PyInstaller

2016-01-28 Thread Nicholas Chammas
You may have a look at brog -backup: https://github.com/borgbackup/borg > Thanks for the reference! Looks like this is the money shot . As long as you can pass all required parameters on

Re: [PyInstaller] Examples of projects using PyInstaller

2016-01-26 Thread Hartmut Goebel
Am 16.01.2016 um 19:10 schrieb Nicholas Chammas: > The specific things I’m looking to see examples of in other people’s > projects are: You may have a look at brog -backup: https://github.com/borgbackup/borg > * How do they invoke PyInstaller? If they use a |.spec| file, what > does it