Search found 5 matches

by Dradeliomecus
Thu Aug 30, 2018 4:33 am
Forum: NEURON hacks
Topic: NMODL file in different folder
Replies: 9
Views: 13658

Re: NMODL file in different folder

Ok thanks.
So I guess my problem was actually that 'nrnivmodl' isn't recognized as a command, and what I want to do doesn't work with mknrndll.hoc.

I'll look into it, thank you for your help!
EDIT: It doesn't work on Windows: viewtopic.php?t=1909
by Dradeliomecus
Mon Aug 27, 2018 5:49 am
Forum: NEURON hacks
Topic: NMODL file in different folder
Replies: 9
Views: 13658

Re: NMODL file in different folder

It's just that I have channels being used in different cells, and I'd like my folder architecture to be just one file (main hoc file) and subdirectories with "channels", "synapses", "cells"..., that way it'll be more understandable if I share my code and it'll be cleane...
by Dradeliomecus
Thu Aug 23, 2018 7:14 am
Forum: NEURON hacks
Topic: NMODL file in different folder
Replies: 9
Views: 13658

NMODL file in different folder

Hi, Is it possible to put all the NMODL files in a folder and tell hoc to go find the compiled nrnmech.dll in this folder? And if it's possible, is it also possible to put them in 2 differents folders (like a folder "channels" and a folder "synapses") and tell hoc to look in thes...
by Dradeliomecus
Tue Aug 07, 2018 9:28 am
Forum: NEURON + Python
Topic: Neuron 7.5 + Python 3.7
Replies: 2
Views: 4449

Re: Neuron 7.5 + Python 3.7

After upgrading to 7.6 and installing the 64 bits version of python it works, thank you!
by Dradeliomecus
Tue Aug 07, 2018 4:06 am
Forum: NEURON + Python
Topic: Neuron 7.5 + Python 3.7
Replies: 2
Views: 4449

Neuron 7.5 + Python 3.7

Hi,

I've been trying to use Neuron 7.5 with Python 3.7 but everytime I try to import neuron it crashes (because the build is for Python 2.x).
Is there a version that works for python 3.7?

Thank you.