Skip to content

Error in loading model in moose

Created by: subhacom

I am trying to load model into moose using moose gui. I am using the lastest checkout from async13 branch. When I try to load Granule98.py into moose, it fails with following error.

FileLoadError: Do not know how to handle this filetype: /home/banhita/moose_svn/Demos/neuroml/GranuleCell/Granule98.py

Traceback (most recent call last):
  File "mgui.py", line 741, in loadModelDialogSlot
    ret = loadFile(str(fileName),'%s' %(modelName),merge=False)
  File "/home/banhita/moose_svn/gui/mload.py", line 86, in loadFile
    raise FileLoadError('Do not know how to handle this filetype: %s' % (filename))
FileLoadError: Do not know how to handle this filetype: /home/banhita/moose_svn/Demos/neuroml/GranuleCell/Granule98.py

````````````````````````~~


  - Banhita

Reported by: *anonymous