Re: gEDA-user: Tragesym template problem.

2011-04-13 Thread Werner Hoch
Hi Daniel, On Samstag, 19. März 2011, Daniel Ross wrote: > Hello, I am trying to fill out the Tragesym template for an > ATmega128RFA1, but the script gives me an error when I pass it the > CSV file (renamed to a ".sch" file): > > "error: version attribut missing" >

Re: gEDA-user: Tragesym template problem.

2011-03-20 Thread Daniel Ross
On Sat, Mar 19, 2011 at 4:55 PM, Stefan Salewski wrote: > On Sat, 2011-03-19 at 15:57 -0700, Daniel Ross wrote: >> Hello, I am trying to fill out the Tragesym template for an >> ATmega128RFA1, but the script gives me an error when I pass it the CSV >> file (renamed to a ".sch" file): >> >>       "

Re: gEDA-user: Tragesym template problem.

2011-03-19 Thread Geoff Swan
Last time I saw this error it was because when I saved the file, all text fields were quoted. Ie - instead of> version\t01 it read> "version"\t01 or something along those lines. I fixed with vim... :1,$s/\"//g Geoff ___ geda-user

Re: gEDA-user: Tragesym template problem.

2011-03-19 Thread Stefan Salewski
On Sat, 2011-03-19 at 15:57 -0700, Daniel Ross wrote: > Hello, I am trying to fill out the Tragesym template for an > ATmega128RFA1, but the script gives me an error when I pass it the CSV > file (renamed to a ".sch" file): > > "error: version attribut missing" > > In the template, I had ch