Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Michiel Overtoom Newsgroups: comp.lang.python Subject: Re: Converting py files to .exe and .dmg Date: Fri, 1 Jan 2016 09:11:22 +0100 Lines: 12 Message-ID: References: <9b206057-0593-4560-af40-442d03111770@googlegroups.com> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de Ad2+ZPXHvr3Z8NVDXKxz2wsiCgN0g1GJA/f7PY6XDaIQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'setup.py': 0.07; 'subject:files': 0.09; 'python': 0.10; 'from:addr:xs4all.nl': 0.16; 'install"': 0.16; 'received:194.109': 0.16; 'received:194.109.24': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'received:xs4all.nl': 0.16; 'subject:Converting': 0.16; 'wrote:': 0.16; 'try:': 0.18; 'subject: .': 0.22; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'command': 0.26; 'to:name:python-list': 0.30; 'getting': 0.33; 'run': 0.33; 'brian': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'to:addr:python.org': 0.40; 'header:Message-Id:1': 0.61; 'greetings,': 0.61; 'received:194': 0.61; 'received:nl': 0.72 In-Reply-To: X-Mailer: Apple Mail (2.2104) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:101099 > On 2016-01-01, at 07:43, Brian Simms wrote: >=20 > when I go into Terminal to run "setup.py install" I keep getting = "-bash: command not found". Try: python setup.py install Greetings,