-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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
Labels
No labels