Changes between Initial Version and Version 1 of Ticket #2077, comment 30


Ignore:
Timestamp:
2015-05-08T22:45:26Z (9 years ago)
Author:
warner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2077, comment 30

    initial v1  
    1 Yes, for PyInstaller in particular once you have the .spec file written, building a new artifact is done by executing ``pyinstaller <pathtospecfile>``. You'll get a single file that someone can copy to their own machine and it will work, no matter what they do or do not have installed (with the sole exceptions of the fact the file is platform specific and it requires TMPDIR to not be mounted as no-exec).
     1Yes, for !PyInstaller in particular once you have the .spec file written, building a new artifact is done by executing `pyinstaller <pathtospecfile>`. You'll get a single file that someone can copy to their own machine and it will work, no matter what they do or do not have installed (with the sole exceptions of the fact the file is platform specific and it requires TMPDIR to not be mounted as no-exec).