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'
I was trying to load sbml model in
moose-examples/genesis/00001-sbml-l3v1.xml
. It failed with following error. This is from branchchamcham
. If this work fine on master branch, it has to be merged withchamcham
branch as well which is released.Before launching I installed
python-libsbml
$ pip install python-libsbmlSame with the other XML files in this folder.