Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #77195
| 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 | <rosuav@gmail.com> |
| 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 | <dd26d760-a35d-4f76-8b05-5325c84b5e9c@googlegroups.com> <ltku3g$cfc$1@reader1.panix.com> <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 <rosuav@gmail.com> |
| Cc | "python-list@python.org" <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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.13549.1409217506.18130.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Thu, Aug 28, 2014 at 7:10 PM, ngangsia akumbo <ngangsia@gmail.com> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
running a python program ngangsia akumbo <ngangsia@gmail.com> - 2014-08-27 06:42 -0700
Re: running a python program ngangsia akumbo <ngangsia@gmail.com> - 2014-08-27 06:46 -0700
Re: running a python program Chris Angelico <rosuav@gmail.com> - 2014-08-28 00:08 +1000
Re: running a python program William Ray Wing <wrw@mac.com> - 2014-08-27 10:05 -0400
Re: running a python program Grant Edwards <invalid@invalid.invalid> - 2014-08-27 15:39 +0000
Re: running a python program ngangsia akumbo <ngangsia@gmail.com> - 2014-08-28 02:10 -0700
Re: running a python program Chris Angelico <rosuav@gmail.com> - 2014-08-28 19:18 +1000
Re: running a python program ngangsia akumbo <ngangsia@gmail.com> - 2014-08-28 02:31 -0700
Re: running a python program ngangsia akumbo <ngangsia@gmail.com> - 2014-08-28 05:41 -0700
Re: running a python program Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-08-28 15:51 +0100
Re: running a python program ngangsia akumbo <ngangsia@gmail.com> - 2014-08-28 08:53 -0700
Re: running a python program Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-08-28 16:59 +0100
Re: running a python program Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-08-28 09:14 -0400
csiph-web