Eagle 6 Import broken?

Not sure if there’s better way to get help for this… I’m trying to create a new project from an Eagle 6 import. I’ve tried both the SCH + BRD files and just the SCH file on it’s own. I get a error that looks like a python stack trace.

Unexpected import error. | Traceback (most recent call last):
  File "/home/ubuntu/builds/20180326192026/eggs/background_workers-201803151847_e1bde065-py2.7.egg/background_workers/handlers/import_file.py", line 265, in work
  File "/usr/lib/python2.7/dist-packages/upconvert/upconverter.py", line 88, in autodetect_all
    return autodetect.autodetect(inputfile, ALL_PARSERS)
  File "/usr/lib/python2.7/dist-packages/upconvert/utils/autodetect.py", line 15, in autodetect
    confidence[name] = parser.auto_detect(inputfile)
AttributeError: type object 'AltiumSymbolJson' has no attribute 'auto_detect'

Here’s a screenshot.

1 Like