Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #16592
| Date | 2011-12-03 12:01 -0200 |
|---|---|
| From | "Pedro Henrique G. Souto" <pedro.h.souto@gmail.com> |
| Subject | Re: Install Python on Windows without Start Menu icons? |
| References | <ccd62b0f-f5d0-47a9-b664-bb8784a72917@s4g2000yqk.googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3251.1322920923.27778.python-list@python.org> (permalink) |
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@gmail.com> ╔═════════════╗ ║ ²²²d○_○b²²² ║ ╚═════════════╝
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Install Python on Windows without Start Menu icons? snorble <snorble@hotmail.com> - 2011-12-02 10:34 -0800
Re: Install Python on Windows without Start Menu icons? "Pedro Henrique G. Souto" <pedro.h.souto@gmail.com> - 2011-12-03 12:01 -0200
Re: Install Python on Windows without Start Menu icons? Wolfgang Strobl <news3@mystrobl.de> - 2011-12-05 09:01 +0100
Re: Install Python on Windows without Start Menu icons? Lie Ryan <lie.1296@gmail.com> - 2011-12-05 23:52 +1100
Re: Install Python on Windows without Start Menu icons? snorble <snorble@hotmail.com> - 2011-12-05 13:26 -0800
csiph-web