Thanks for you help Brénainn - very much appreciated. On Tuesday, 18 August 2020 at 10:33:37 UTC+1 bwoodsend wrote:
> Under the hood PyInstaller always uses a spec file. If you use PyInstaller > --[some options] script.py it will generate script.spec (overwriting it > if one already exists) that contains all your options, then call > automatically PyInstaller script.spec. > > If you want to use the spec to avoid having to list all your options every > time (strongly recommended) then just call PyInstaller script.spec which > will run it without modifying it. If you want to change your options then > you modify the spec (it’s just a Python script). > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/54f4fb52-2c1b-4b47-8844-eb004e41d853n%40googlegroups.com.
