I'm running on linux mint 16. Installation with pip was without error, but I get this error when trying to convert. Is it a python version issue??
[email protected] ~/gns3/CCIP_MPLS_FULL $ gns3-converter
GNS3 Topology Converter
Traceback (most recent call last):
File "/usr/local/bin/gns3-converter", line 9, in <module>
load_entry_point('gns3-converter==0.3.2', 'console_scripts', 'gns3-converter')()
File "/usr/local/lib/python3.3/dist-packages/gns3converter/main.py", line 60, in main
do_conversion(topology, args)
File "/usr/local/lib/python3.3/dist-packages/gns3converter/main.py", line 97, in do_conversion
old_top = gns3_conv.read_topology()
File "/usr/local/lib/python3.3/dist-packages/gns3converter/converter.py", line 78, in read_topology
encoding='utf-8')
File "/usr/local/lib/python3.3/dist-packages/configobj.py", line 1229, in __init__
self._load(infile, configspec)
File "/usr/local/lib/python3.3/dist-packages/configobj.py", line 1325, in _load
self._handle_configspec(configspec)
File "/usr/local/lib/python3.3/dist-packages/configobj.py", line 1942, in _handle_configspec
_inspec=True)
File "/usr/local/lib/python3.3/dist-packages/configobj.py", line 1229, in __init__
self._load(infile, configspec)
File "/usr/local/lib/python3.3/dist-packages/configobj.py", line 1287, in _load
content = self._handle_bom(content)
File "/usr/local/lib/python3.3/dist-packages/configobj.py", line 1477, in _handle_bom
if six.PY2 and isinstance(line, str):
AttributeError: 'module' object has no attribute 'PY2'