Search found 20 matches

by lneisenman
Fri Aug 05, 2011 10:17 am
Forum: Specific models
Topic: NEURON implementation of Vogels & Abbott model
Replies: 4
Views: 32553

NEURON implementation of Vogels & Abbott model

I have a question about Brette and colleagues' implementation of the COBA model. Both the original description of the model by Vogels and Abbott (J Neurosci 25:10786, 2005) and the description by Brette and colleagues (appendix B) state that the decay time constants for excitatory and inhibitory inp...
by lneisenman
Sat Jul 09, 2011 2:23 pm
Forum: MSWin
Topic: trouble with nrngui_python
Replies: 3
Views: 6941

Re: trouble with nrngui_python

That fixed it. Thanks for the rapid response.

Larry
by lneisenman
Fri Jul 08, 2011 10:25 am
Forum: MSWin
Topic: trouble with nrngui_python
Replies: 3
Views: 6941

trouble with nrngui_python

Hi, I just installed nrn.7.2.alpha.524 and am unable to run neuron with the python interpreter. Running nrngui_python produces a shell window with an oc> prompt. Commands using nrnpython("python statement") also do not work when issued after running nrngui (see below). I have tried this on...
by lneisenman
Wed Dec 16, 2009 4:38 pm
Forum: MSWin
Topic: Neuron as python module in windows 7
Replies: 15
Views: 20709

Re: Neuron as python module in windows 7

Thanks for the rapid response. I installed the nrn71epd version that you suggested and then was able to successfully from neuron import h h.nrn_load_dll('c:/nrn71/demo/release/nrnmech.dll') However, I still could not load the dll I had previously created. The mknrndll in the nrn71epd version did not...
by lneisenman
Wed Dec 16, 2009 11:01 am
Forum: MSWin
Topic: Neuron as python module in windows 7
Replies: 15
Views: 20709

Re: Neuron as python module in windows 7

I followed the above directions and can now run python and successfully import Neuron. However, when I run in a directory with a nrnmech.dll file or run in another directory and try to use h.nrn_load_dll(), I get a popup with the following error: The procedure entry point _nmodlmutex could not be lo...