gEDA-user: Gerber Editor

2010-01-30 Thread Tony Radice
Kip - 
   This is actually very timely - went to get this app and tried to
install. No Joy: Following is result:

[r...@gandalf gerbmerge-1.1]# python setup.py install
Traceback (most recent call last):
  File setup.py, line 9, in module
from gerbmerge.gerbmerge import VERSION_MAJOR, VERSION_MINOR
  File /temp/gerbmerge-1.1/gerbmerge/gerbmerge.py, line 37, in
module
import parselayout
  File /temp/gerbmerge-1.1/gerbmerge/parselayout.py, line 28, in
module
from simpleparse.parser import Parser
ImportError: No module named simpleparse.parser
[r...@gandalf gerbmerge-1.1]# 

Any ideas?

Cheers!

Tony




___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Gerber Editor

2010-01-30 Thread John Griessen

Tony Radice wrote:
Kip - 
   This is actually very timely - went to get this app and tried to

install. No Joy: Following is result:

[r...@gandalf gerbmerge-1.1]# python setup.py install


Any ideas?



Maybe do
t...@gandalf:gerbmerge-1.1$ python setup.py build
r...@gandalf:gerbmerge-1.1# python setup.py install

That's a common way python builds go...

JG
--
Ecosensory   Austin TX


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Gerber Editor

2010-01-30 Thread Tony Radice
John -
   Thanks for the reply - but no joy...   same results.

T.


On Sat, 2010-01-30 at 12:29 -0600, John Griessen wrote:
 Tony Radice wrote:
  Kip - 
 This is actually very timely - went to get this app and tried to
  install. No Joy: Following is result:
  
  [r...@gandalf gerbmerge-1.1]# python setup.py install
 
  
  Any ideas?
 
 
 Maybe do
 t...@gandalf:gerbmerge-1.1$ python setup.py build
 r...@gandalf:gerbmerge-1.1# python setup.py install
 
 That's a common way python builds go...
 
 JG



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Gerber Editor

2010-01-30 Thread Krzysztof Kościuszkiewicz
Tony,

It seems that you're missing the simpleparse module.  You can install
it using package manager of your distribution, or download it here:
http://simpleparse.sourceforge.net/

Best regards,
-- 
Krzysztof Kościuszkiewicz
Simplicity is the ultimate sophistication -- Leonardo da Vinci


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Gerber Editor

2010-01-30 Thread Tony Radice
Krzysztof
That was it!  Thank You!

On Sat, 2010-01-30 at 21:12 +0100, Krzysztof Kościuszkiewicz wrote:
 Krzysztof



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user