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"
>
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):
>>
>> "
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
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
4 matches
Mail list logo