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

   

In the template, I had changed the example version number to

20110319 1, following the format of the template version number. I

verified that the CSV file contains a version line. Has anyone out

there found a solution to this problem? I am following the tutorial

at

http://geda.seul.org/wiki/geda:tragesym_tutorial;, using the

OpenOffice template. Thanks, Dan.

   Can you show me the first few lines of the input file?

   ... and the command you've used.

   Regards

   Werner


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


Re: gEDA-user: Tragesym template problem.

2011-03-20 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 mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Tragesym template problem.

2011-03-20 Thread Daniel Ross
On Sat, Mar 19, 2011 at 4:55 PM, Stefan Salewski m...@ssalewski.de 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):

       error: version attribut missing

 In the template, I had changed the example version number to 20110319
 1, following the format of the template version number. I verified
 that the CSV file contains a version line. Has anyone out there found
 a solution to this problem? I am following the tutorial at
 http://geda.seul.org/wiki/geda:tragesym_tutorial;, using the
 OpenOffice template. Thanks, Dan.

 Hm -- have not used tragesym for more than a year.

 Tragesym is fine, but I do not like the documentation.

 Please note, input to tragesym is plain text. I really wonder why they
 advertise use of spreadsheet, I have always used a plain text editor.
 (OK, spreadsheet may be fine if you try to copy from pdf datasheet...)

 Do not call tragesym input .sch, that is for schematics. I used .txt
 extension, it is plain text.

 The version should be not current date, if I remember correctly, but
 something related with gschem version. I think that version is copied to
 symbols, if it is to high, gschem may refuse loading the symbol.

 My final guess: There may be something wrong with your input file for
 tragesym, maybe in front of version line. Watch in a plain text editor.
 You may find working tragesym input files for testing at
 www.gedasymbols.org.

 Or fill in tragesym's template.txt with a text editor, leaving version
 line unchanged.

 Of course, some people prefer djboxsym, available at
 www.gedasymbols.org. But tragesym is fine for me.




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


DJBoxsym looks perfect, I didn't know it existed! Thank you!


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


gEDA-user: Tragesym template problem.

2011-03-19 Thread Daniel Ross
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 changed the example version number to 20110319
1, following the format of the template version number. I verified
that the CSV file contains a version line. Has anyone out there found
a solution to this problem? I am following the tutorial at
http://geda.seul.org/wiki/geda:tragesym_tutorial;, using the
OpenOffice template. Thanks, Dan.


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/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 changed the example version number to 20110319
 1, following the format of the template version number. I verified
 that the CSV file contains a version line. Has anyone out there found
 a solution to this problem? I am following the tutorial at
 http://geda.seul.org/wiki/geda:tragesym_tutorial;, using the
 OpenOffice template. Thanks, Dan.

Hm -- have not used tragesym for more than a year.

Tragesym is fine, but I do not like the documentation.

Please note, input to tragesym is plain text. I really wonder why they
advertise use of spreadsheet, I have always used a plain text editor.
(OK, spreadsheet may be fine if you try to copy from pdf datasheet...)

Do not call tragesym input .sch, that is for schematics. I used .txt
extension, it is plain text. 

The version should be not current date, if I remember correctly, but
something related with gschem version. I think that version is copied to
symbols, if it is to high, gschem may refuse loading the symbol.

My final guess: There may be something wrong with your input file for
tragesym, maybe in front of version line. Watch in a plain text editor.
You may find working tragesym input files for testing at
www.gedasymbols.org.

Or fill in tragesym's template.txt with a text editor, leaving version
line unchanged.

Of course, some people prefer djboxsym, available at
www.gedasymbols.org. But tragesym is fine for me.




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