Install Python on Windows without Start Menu icons?
Pedro Henrique G. Souto
pedro.h.souto at gmail.com
Sat Dec 3 09:01:45 EST 2011
More information about the Python-list mailing list
Sat Dec 3 09:01:45 EST 2011
- Previous message (by thread): Install Python on Windows without Start Menu icons?
- Next message (by thread): Install Python on Windows without Start Menu icons?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 02/12/2011 16:34, snorble wrote: > Is it possible to automate the Python installation on Windows using > the MSI file so it does not add a Start Menu folder? I would like to > push out Python to all of my office workstations, but I'd like for it > to be relatively silent from the user's point of view. If you just want to run python scripts in those machines (not developing in it), you can use something like py2exe [http://www.py2exe.org/]. It converts a python script to a standalone executable. Good luck! -- Att; Pedro Henrique G. Souto <pedro.h.souto at gmail.com> ╔═════════════╗ ║ ²²²d○_○b²²² ║ ╚═════════════╝
- Previous message (by thread): Install Python on Windows without Start Menu icons?
- Next message (by thread): Install Python on Windows without Start Menu icons?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list