

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


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:46 a.m. SravaniInturi
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
18-03-18, 11:13 a.m. SravaniInturi
Login to add comment