Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #54457

Missing py2exe, needed 4 a gcode generator to engrave text in fancy ttf fonts in steel

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!proxad.net!feeder1-2.proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <gheskett@wdtv.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.057
X-Spam-Evidence '*H*': 0.89; '*S*': 0.00; 'subject:text': 0.05; 'importerror:': 0.07; 'setup.py': 0.09; 'runs': 0.10; 'python': 0.11; 'windows': 0.15; 'adam': 0.16; 'box?': 0.16; 'dog': 0.16; 'exchanges': 0.16; 'soap,': 0.16; 'subject:generator': 0.16; 'fix': 0.17; 'module': 0.19; 'starts': 0.20; 'import': 0.22; 'cheers,': 0.24; "i've": 0.25; 'script': 0.25; 'function': 0.29; 'said,': 0.30; 'another.': 0.31; 'loading': 0.31; 'file': 0.32; 'stuff': 0.32; 'run': 0.32; 'linux': 0.33; '(most': 0.33; 'older': 0.33; 'url:non-standard http port': 0.33; 'received:66': 0.35; 'but': 0.35; 'module.': 0.36; 'up!': 0.36; 'should': 0.36; 'subject:needed': 0.38; 'needed': 0.38; 'to:addr:python-list': 0.38; 'recent': 0.39; 'does': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'dangerous': 0.60; 'tell': 0.60; 'received:unknown': 0.61; 'first': 0.61; 'making': 0.63; 'header:Message-Id:1': 0.63; 'box,': 0.64; 'more': 0.64; 'smith': 0.68; 'million': 0.74; 'received:204': 0.75; 'hand': 0.80; 'citizens.': 0.84; 'boxes': 0.91; 'hands': 0.96
X-Spam-Status No, score=-0.1 required=5.0
X-Spam-Level
From Gene Heskett <gheskett@wdtv.com>
To python-list@python.org
Subject Missing py2exe, needed 4 a gcode generator to engrave text in fancy ttf fonts in steel
Date Fri, 20 Sep 2013 01:14:15 -0400
MIME-Version 1.0
Content-Type text/plain; charset="utf-8"
Content-Transfer-Encoding 7bit
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.171.1379654460.18130.python-list@python.org> (permalink)
Lines 36
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1379654460 news.xs4all.nl 15874 [2001:888:2000:d::a6]:52770
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:54457

Show key headers only | View raw


Greetings;

Since the missing module is intended for making python stuff run standalone 
on a winderz box, I've no clue why it should be needed to build and make F-
Engrave run on my 10.04.4 LTS box, but it insists on loading it in the 
setup.py script that starts it the first time.

FWIW, cxfreeze is said, by synaptics search function to be the equ of the 
windows py2exe module.

Can someone take a look at 

<http://www.scorchworks.com/Fengrave/fengrave_setup.html#linux_fengrave>

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 <module>
    import py2exe
ImportError: No module named py2exe

And tell me how to fix this so it runs on an older linux box?

Cheers, Gene
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
My web page: <http://gene.homelinux.net:6309/gene> should be up!

Man is an animal that makes bargains: no other animal does this--
no dog exchanges bones with another.
		-- Adam Smith
A pen in the hand of this president is far more
dangerous than 200 million guns in the hands of
         law-abiding citizens.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Missing py2exe, needed 4 a gcode generator to engrave text in fancy ttf fonts in steel Gene Heskett <gheskett@wdtv.com> - 2013-09-20 01:14 -0400

csiph-web