Search found 5 matches

by LN_philippe
Fri Apr 16, 2021 2:06 pm
Forum: OS X
Topic: If you can't compile mod files . . .
Replies: 26
Views: 71749

Re: If you can't compile mod files . . .

oh yes of course sorry!

I had :

kv.mod:kv.mod
kv.mod: SUFFIX kv

(The suffix was OK, this is very puzzling aha ...)
by LN_philippe
Fri Apr 16, 2021 8:19 am
Forum: OS X
Topic: If you can't compile mod files . . .
Replies: 26
Views: 71749

Re: If you can't compile mod files . . .

Hi! I found a solution : a used another Spyder application (a newer one than the one I was using with anaconda). I added the python paths and it worked! I don't understand why it's working this way and not with the other spyder application because I executed the same actions ... I can use NEURON at ...
by LN_philippe
Fri Apr 16, 2021 4:29 am
Forum: OS X
Topic: If you can't compile mod files . . .
Replies: 26
Views: 71749

Re: If you can't compile mod files . . .

Thank you both for your responses, When I do : from neuron import h >>> h.nrn_load_dll("/Applications/NEURON-7.8/mods/libnrnmech.dylib") I get : Additional mechanisms from files "Ca_HVA.mod" "Ca_LVAst.mod" "CaDynamics_E2.mod" "epsp.mod" "Ih.mod&...
by LN_philippe
Thu Apr 15, 2021 9:28 am
Forum: OS X
Topic: If you can't compile mod files . . .
Replies: 26
Views: 71749

Re: If you can't compile mod files . . .

Hi,
Thank you for your answer!
So if I understood this right, there is no issue with compilation?
Then, do you know why Spyder displays this message error? :
" soma.insert('kv') # add potassium channel
ValueError: argument not a density mechanism name."

Thank you again,
LN :)
by LN_philippe
Thu Apr 15, 2021 5:00 am
Forum: OS X
Topic: If you can't compile mod files . . .
Replies: 26
Views: 71749

Re: If you can't compile mod files . . .

Hi everybody! I'm new to NEURON :) I'm using NEURON + python (spyder3 through anaconda). It worked OK until the error " soma.insert('kv') # add potassium channel ValueError: argument not a density mechanism name." I wanted to compile the folder "mods" to deal with this issue. I f...