Skip to content

Error loading SBML model. #19

@dilawar

Description

@dilawar

I was trying to load sbml model in moose-examples/genesis/00001-sbml-l3v1.xml. It failed with following error. This is from branch chamcham. If this work fine on master branch, it has to be merged with chamcham branch as well which is released.

Before launching I installed python-libsbml
$ pip install python-libsbml

AttributeError: 'NoneType' object has no attribute 'path'

Traceback (most recent call last):
  File "mgui.py", line 1130, in loadModelDialogSlot
    ret,pluginName = self.checkPlugin(dialog)
  File "mgui.py", line 1183, in checkPlugin
    print 'Loaded model', ret['model'].path
AttributeError: 'NoneType' object has no attribute 'path'

Same with the other XML files in this folder.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions