0
eSim on BOSS Linux (anoop)

I'm getting this error on my BOSS Linux (anoop) laptop

Traceback (most recent call last):
File "Application.py", line 27, in <module>
from configuration.Appconfig import Appconfig
File "/home/madhan/OSCAD/eSim-develop/src/configuration/Appconfig.py", line 26, in <module>
class Appconfig(QtGui.QWidget):
File "/home/ madhan/OSCAD/eSim-develop/src/configuration/Appconfig.py", line 49, in Appconfig
modelica_map_json = parser_esim.get('eSim', 'MODELICA_MAP_JSON')
File "/usr/lib/python2.7/ConfigParser.py", line 607, in get
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'eSim'
I'm unable to run eSim and have to use the older version FreeEDA.
In fact, I had to modify FreeEDA/analysisInserter/convertgui.py to get the Analysis Inserter feature working.
In class PageOne(wx.Panel), I had to modifygrid1 = wx.GridSizer(5, 2) togrid1 = wx.GridSizer(6, 2).
Seems to be an issue with wxWidgets 3.


eSim 14-11-16, 10:57 p.m. madhan
0
Dear Madhan,
Please take the latest version of eSim from website http://esim.fossee.in
Please make sure that there is no error during eSim installation.
14-11-16, 11:10 p.m. fahim


Log-in to answer to this question.