Search found 2 matches

by merkdeturk
Thu Jun 29, 2017 4:27 am
Forum: NEURON + Python
Topic: nseg not a USEPROPERTY
Replies: 8
Views: 16348

Re: nseg not a USEPROPERTY

I'm using NEURON-7.4, and yup, export PYTHONPATH=/Applications/NEURON-7.4/nrn/lib/python, as well as export PYTHONHOME="/Users/merkdeturk/anaconda/", are both there.

I'll try the latest build, NEURON-7.5, and see if it still persists. Thank you!
by merkdeturk
Thu Jun 22, 2017 4:38 am
Forum: NEURON + Python
Topic: nseg not a USEPROPERTY
Replies: 8
Views: 16348

nseg not a USEPROPERTY

When I use the Pycharm IDE to import neuron and run code, everything works fine. But when I use the Python Console, or Jupyter notebook, to run the following code snippet: from neuron import h soma = h.Section(name='soma') h.psection() I get the following error immediately after I type the period fo...