0
Unable to create a project

I am using WINDOWS 10. The project is not getting created. The workspace has no spaces, Ihave not entered any space in neither project name nor project path.InstalledPyQt4 properly too....

The error message was like this in the terminal:
Traceback (most recent call last):
File "C:\eSim\eSim\src\frontEnd\Application.py", line 201, in new_project
directory, filelist =self.project.createProject(self.projname)
TypeError: 'NoneType' object is not iterable


eSim 17-03-18, 11:28 a.m. SravaniInturi
0
Thank you for reporting this issue. Did this error come while opening schematic or right after giving the name of project?
17-03-18, 11:44 a.m. athulgeorge
Right after giving the name of project

17-03-18, 11:46 a.m. SravaniInturi
Please uninstall eSim and its dependencies. If you are using windows OS, go to control panel, remove eSim and its dependencies(kicad, ngspice,pyqt4,matplotlob). Deactivate the antivirus.Download eSim from the website. you can download from link:http://esim.fossee.in/downloads. Run the setup file as administrator and also open the eSim icon as administrator.
If you are getting the error again. Go to console window. Set the path where the eSim has installed.The default location is C:\\eSim
Change directory to this location. cd C:\\eSim\\src\\frontEnd\\ Then type : python Application.py

17-03-18, 12:53 p.m. Gloria
Thank you, the problem is rectified....

18-03-18, 11:13 a.m. SravaniInturi

Login to add comment


Log-in to answer to this question.