Eagle2Kicad icon indicating copy to clipboard operation
Eagle2Kicad copied to clipboard

XML parsing error

Open bmeneg opened this issue 9 years ago • 1 comments

Hello, trying to convert this LBR http://www.embeddedartists.com/sites/default/files/support/xpr/LPCXpresso_Boards_EAGLE_lib.zip I receive back an error about XML parser error:


Converting Lib: lpcxpresso.lbr Module Output: lpcxpresso.mod Symbol Output: lpcxpresso.lib Lib Name: lpcxpresso

Error Converting Library: 'lpcxpresso' Traceback (most recent call last): File "/home/bmeneg/Downloads/Eagle2Kicad-master/Start.py", line 153, in convertLib node = getRootNode(fileName) File "/home/bmeneg/Downloads/Eagle2Kicad-master/Start.py", line 69, in getRootNode node.parse(fileName, parser) File "/usr/lib/python3.4/xml/etree/ElementTree.py", line 604, in parse parser.feed(data) File "", line None xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 1, column 0


Would you know what kind of issue is that? I mean, do you know the solution? :) Thanks.

bmeneg avatar Jun 12 '15 13:06 bmeneg

I think Eagle2Kicad only supports XML-as-text? Can you try opening that library up in Eagle, saving as XML and trying again to convert? A quick Googling found this link on a message board from element14.

abetusk avatar Jun 12 '15 13:06 abetusk