BhallaLab / moose-gui

PyQt frontend (chemical signaling and neuronal simulations) for MOOSE
1 stars 5 forks source link

Error loading SBML model. #19

Open dilawar opened 7 years ago

dilawar commented 7 years ago

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.