Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:text': 0.05; 'importerror:': 0.07; 'runs': 0.10; 'python': 0.11; 'box?': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject: \n ': 0.16; 'subject:generator': 0.16; 'fix': 0.17; 'wrote:': 0.18; 'module': 0.19; 'import': 0.22; 'mention': 0.26; 'header:In-Reply-To:1': 0.27; "doesn't": 0.30; 'message- id:@mail.gmail.com': 0.30; 'sep': 0.31; 'file': 0.32; 'run': 0.32; 'linux': 0.33; '(most': 0.33; 'fri,': 0.33; 'older': 0.33; 'received:google.com': 0.35; 'subject:needed': 0.38; 'to:addr :python-list': 0.38; 'pm,': 0.38; 'recent': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'tell': 0.60; '20,': 0.68; '2013': 0.98 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:to :content-type; bh=47bamXq4kjYAg4YuZIMQDQBKN/sGowKGnY4safjmFX0=; b=PV4BCldOz+9LEB08miPZjWnjJyVyEulrBCQQbv9ZXDiZpLvE8GFZBjvq6t3s3ABVqP LDYzsemnlW22zP75yJZPnb9YQAr34cprtnYZTfTi5cqnJ3QQtDXMot6zN+2GNd16g+9q zUM/UtV0aD4szoEDLcCHQEJrGt+QgiEIaqaLez+J+Hop6sD0CtFKCJHg/7XMFEBzaV4C zCIZ2OPYzjdiBH+kaNrBooLWrtHmu+Elc8/WANwcdPwKdixuL0SXxFtLdSqIWdmS2ana vVwxFYzmaj3wrGRBKlN3JOhM6tmjQyton9F9BMHDAgw4R/A8Q876BElywrgFZYBYQwz8 Sr9w== MIME-Version: 1.0 X-Received: by 10.58.133.66 with SMTP id pa2mr5513464veb.18.1379669944750; Fri, 20 Sep 2013 02:39:04 -0700 (PDT) In-Reply-To: <201309200114.15092.gheskett@wdtv.com> References: <201309200114.15092.gheskett@wdtv.com> Date: Fri, 20 Sep 2013 19:39:04 +1000 Subject: Re: Missing py2exe, needed 4 a gcode generator to engrave text in fancy ttf fonts in steel From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1379669948 news.xs4all.nl 15901 [2001:888:2000:d::a6]:52463 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:54463 On Fri, Sep 20, 2013 at 3:14 PM, Gene Heskett wrote: > Can someone take a look at > > > > Then this is what I get: > gene@coyote:~/src/F-Engrave-1.22_src$ python py2exe_setup.py > Traceback (most recent call last): > File "py2exe_setup.py", line 4, in > import py2exe > ImportError: No module named py2exe > > And tell me how to fix this so it runs on an older linux box? The page you link to doesn't mention py2exe anywhere. Where did you get that you need to run that command? ChrisA