saving . . . saved Cannot run analysis inserter has been deleted. Cannot run analysis inserter has been hidden .
Cannot run analysis inserter
Title
Question
Hi,
I managed to get most of oscad working in windows 8.1. 
Having issues in others like the following:
I cannot get the analysis Inserter to work... the cmd window keeps giving the following:

Traceback (most recent call last):
File "C:/OSCAD/OSCAD/analysisInserter/convertergui.py", line 9, in <module> 
import wx
<span style="line-height: 1.428571429;">ImporterError: No module named wx</span>

I am a bit lost here and cannot do much simulation I guess without the analysis Inserter...

Any ideas...??

Oscad Schematic-Creation-and-Simulation None min None sec 01-04-14, 4:40 p.m. Jmannings118

Answers:

Hi,

Python software is not installed in your computer. Please reinstall the python package provided in the Oscad installation folder. Let us know if it is not working even after that.


01-04-14, 4:59 p.m. shambhu


In addition to Python, there are a couple of python modules to be installed (PIL, wxPython). The installation files (exe files) are available under `resources' folder  inside the windows installer. Please make sure these modules are installed. 
01-04-14, 5:48 p.m. rakhiwarriar


Hmm...
I installed all the files that are provided by oscad.. and the last software that was installed was python!
To reassure I went into c:/drive and there is a new folder named python with some for in it..
Also I do remember adding environmental variables for c:/python directory.
I remember it cos I had reinstalled oscad a couple of times and then read somewhere that environmental variables needed to be added manually if installing on a windows system.

And now after posting this query I looked around for an answer and was told to install more python files which I did to much.. sorry still... to not much delight!!

My system already has PIL  and wxPython both were installed by the original oscad installation files!

What next?
01-04-14, 7:05 p.m. Jmannings118


If 'wx' is installed, you should not get above error. Can you please confirm 'wx' installation by importing 'wx' module?

import wx

Also if possible, please run full code snippet. This should pop-up a frame window.

https://gist.github.com/psachin/9917452


01-04-14, 9:54 p.m. isachin


Everything was installed but nothing was working together, <span style="line-height: 1.428571429;">all the python software was installed. </span>
<span style="line-height: 1.428571429;">I uninstalled python and related software and reinstalled it with some few tweaks and seems to work now...</span>
Would have appreciated some better help, but I figured it out. 

In response to the first 2 replies above, I went to the oscad site, downloaded the "oscad installer - windows" and  installed the software...
<span style="line-height: 1.428571429;">If the error is coming from the fact (as suggested above) that I may have not installed the python and other addons (which I was asked if I wanted it to be installed on my computer whilst installing oscad plus I can see the program is instaled in the program features in windows) means the oscad installation does not properly install everything required and needs to be looked into.</span>

<span style="line-height: 1.428571429;">Feedback:</span>
There is an issue which has been overlooked I can't tell you the name of the icon cos I can only see the last 2 letters of the name since the rest of the name is under the gui for some reason for all icons.
02-04-14, 1:47 p.m. Jmannings118


Could you tell us how the problem was solved? You had mentioned you did some tweaks in the code.
02-04-14, 8:18 p.m. rakhiwarriar


Log-in to answer to this question.