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


Groups > comp.lang.python > #54457 > unrolled thread

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

Started byGene Heskett <gheskett@wdtv.com>
First post2013-09-20 01:14 -0400
Last post2013-09-20 01:14 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  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

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

FromGene Heskett <gheskett@wdtv.com>
Date2013-09-20 01:14 -0400
SubjectMissing py2exe, needed 4 a gcode generator to engrave text in fancy ttf fonts in steel
Message-ID<mailman.171.1379654460.18130.python-list@python.org>
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.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web