Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'setup.py': 0.09; 'suggestions.': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'before.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'help?': 0.16; 'subject:program': 0.16; 'sure.': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'module': 0.19; 'thu,': 0.19; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'error': 0.23; 'cc:2**0': 0.24; 'posts': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'run': 0.32; 'basic': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'installing': 0.36; "i'll": 0.36; 'pm,': 0.38; 'offer': 0.62; 'information': 0.63; 'name': 0.63; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=wY9iDkKAF/QhpvM7Y4iha4WAXSxZLZ1jE3LbR6IkOeQ=; b=OAk4iNNvsk/FKla9PnuLBDJFqjrzfigrjhLosLLCxe91CD+6DrRXIHhJWo93P9WSom XFOpyLfDx+7ORUh6aW+9pfQoxEpyevEmST2VjM8BDdHn/dNGTLs/Ks13zwn20ifiSGwo gWhbFvbkh1I6GIS3eoTJ81ib+8aYcTz8KND8L26e6eeTYnH1rAIolp7d6UKQWm6gwN7H vqrdCGxKIIbb8DzvOMvEyipLQa0al4n/5188ZpnvJMR8Ze0ZVc19eH0VD23rkE42bVHH qVdFNElKyTXqctgF+L8WXLM0Qum+wq0qpefluQSSyve5DQMJMyBYxTtnCRiCSVaab2hv PTXg== MIME-Version: 1.0 X-Received: by 10.51.17.2 with SMTP id ga2mr3970371igd.2.1409217504538; Thu, 28 Aug 2014 02:18:24 -0700 (PDT) In-Reply-To: <0f342ae8-05c7-4ae0-8002-bd0122a3a38e@googlegroups.com> References: <0f342ae8-05c7-4ae0-8002-bd0122a3a38e@googlegroups.com> Date: Thu, 28 Aug 2014 19:18:24 +1000 Subject: Re: running a python program From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1409217506 news.xs4all.nl 2883 [2001:888:2000:d::a6]:52208 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:77195 On Thu, Aug 28, 2014 at 7:10 PM, ngangsia akumbo wrote: > when i run python setup.py py2exe i get this error > > no module name py2exe any help please Any help? Sure. I'll offer three suggestions. 1) Don't top-post. 2) Don't use Google Groups, or edit your posts before sending. 3) Use a web search to find basic information about installing py2exe, same as I advised you before. ChrisA