

unable to create project
I am using windows 10. When I am opening esim, and trying to create new project it is showing that it should not contain spaces. I am not using any spaces but the same message is coming again and again....
eSim


Hi,
Please make sure that you have not enter any space in your project name. So for example if you are using project name as "Bridge Rectifier" (without quotes) then it won't work as it contain space in between name. Instead you can use "BridgeRectifier" (without quotes).
If it doesn't solve your problem then please check whether your project path contain any space in between.To be on safer side , you can use the default esim-worspace where all your project files will be stored.
Do let us know if you still face the same issue.
Please make sure that you have not enter any space in your project name. So for example if you are using project name as "Bridge Rectifier" (without quotes) then it won't work as it contain space in between name. Instead you can use "BridgeRectifier" (without quotes).
If it doesn't solve your problem then please check whether your project path contain any space in between.To be on safer side , you can use the default esim-worspace where all your project files will be stored.
Do let us know if you still face the same issue.


Hi, thank you so much for sharing this issue here. Its really helped me a lot.
C:\>cd eSim
C:\eSim>cd src
C:\eSim\src>cd frontEnd
C:\eSim\src\frontEnd>python Application.py
File "Application.py", line 185
print "Function : Close Project"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Function : Close Project")?
Above steps are done in cmd. Please troubleshoot the problem.
Login to add comment
24-10-15, 11:29 a.m. muqeeth
Also can you tell me the error showing on the terminal ?
You can send the screen shot of same.
24-10-15, 11:42 a.m. fahim
24-10-15, 11:52 a.m. muqeeth
24-10-15, 11:54 a.m. muqeeth
Change directory to this location.
cd C:\\eSim\\src\\frontEnd\\
Then type
python Application.py
It will open up your eSim and then try to create new project. If you get the same error just go to the terminal to check the error message just paste that error here.
24-10-15, 12:09 p.m. fahim
24-10-15, 12:43 p.m. muqeeth
Please try to reinstall PyQt4 module. Its exe is available in the dependency directory.
Please right click on exe and run it as administrator. Also if you have any anti virus please disable it.
After installation is completed you can enable it again.
24-10-15, 3:34 p.m. fahim
24-10-15, 8:33 p.m. muqeeth
24-10-15, 8:58 p.m. muqeeth
Login to add comment