devbisme / kinparse

A Parser for KiCad EESCHEMA netlists.
MIT License
23 stars 11 forks source link

nlst.design.sheets doesn't return a value #7

Closed 4b11b4 closed 5 years ago

4b11b4 commented 6 years ago

These commands all return and using .val returns an error: nlst.design.tool nlst.design.date nlst.design.sheets nlst.design.source

What does work:

I tested on a 5.0 netlist only.

xesscorp commented 5 years ago

This started happening when pyparsing went to their 2.3.0 release. For now, I've restricted kinparse to only use versions of pyparsing < 2.3.0.