oberron

Results 2 comments of oberron

Same problem for me (Google colab, python 3.6, pyspice 1.4.3). following the tutorial `8.4.2. Diode Characteristic Curve` i get the same error message ``` in () 1 circuit = Circuit('Diode...

@chr1s1s1 , I could resolve this by adding following in the .py ``` PySpice_examples_path = "./drive/My Drive/pySpice/examples" libraries_path = join(PySpice_examples_path, 'libraries') ``` then creating manually under the PySpice_examples_path, following folder...