Hi Rene
I am having issues importing parse from networkparse. Currently getting the following error:
"Traceback (most recent call last):
File "", line 1, in
File "C:\Python39\lib\site-packages\networkparse\__init__.py", line 7, in
from . import parse
File "C:\Python39\lib\site-packages\networkparse\parse.py", line 23, in
import pyparsing
ModuleNotFoundError: No module named 'pyparsing'"
I have added the path to python manually into Windows 10 but sadly that has not helped.
As an aside can I also ask you just to walk through the meaning and syntax of the
config = parse.ConfigIOS(running_configuration)
section.
Many Thanks,
Frank