MJL85 / natlas

natlas - Network Discovery and Auto-Diagramming
GNU General Public License v2.0
511 stars 110 forks source link

Couldn't import dot_parser, loading of dot files will not be possible. #20

Open waukeerules opened 7 years ago

waukeerules commented 7 years ago

I'm getting the following error when I run mnet.py. What am I missing? I am using Python version 3.6.1.

Traceback (most recent call last): File "C:\Program Files\Python36\Scripts\mnet.py", line 32, in import mnetsuite File "C:\Program Files\Python36\lib\site-packages\mnetsuite__init__.py", line 1, in from .graph import mnet_graph File "C:\Program Files\Python36\lib\site-packages\mnetsuite\graph.py", line 34, in from snmp import * ModuleNotFoundError: No module named 'snmp'

waukeerules commented 7 years ago

I see now mnet is not supported in 3.6. Any plans to change that?