-1
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 24-10-15, 12:21 a.m. muqeeth
0
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.

24-10-15, 10:48 a.m. fahim
there is no space between path. same problem is occurring.
 

24-10-15, 11:29 a.m. muqeeth
May I know which OS you are using ?

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
windows 10


24-10-15, 11:52 a.m. muqeeth
it is showing project name shoul not contain spaces between them


24-10-15, 11:54 a.m. muqeeth
Please open your cmd prompt in windows and go to the location where your eSim is installed. The default location is C:\\eSim

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
Traceback (most recent call last):
   File "application.py", line 26, in <module>
        from PyQt4 import QtGui, Qtcore
ImportError: No module named PyQt4

24-10-15, 12:43 p.m. muqeeth
Its look like PyQt4 is not installed properly. But how did you enter new project name in the GUI because PyQt4 is used to develop GUI.

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
same problem is occurring. while I am going to reinstall PyQt4 module it is showing "error opening file"

24-10-15, 8:33 p.m. muqeeth
thanks a lot for helping problem has been rectifier


24-10-15, 8:58 p.m. muqeeth

Login to add comment


0
Hi, thank you so much for sharing this issue here. Its really helped me a lot.
07-03-16, 3:03 p.m. thomaswhite544

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.


11-02-20, 11:28 p.m. Predator25

Login to add comment


Log-in to answer to this question.