Search found 3 matches

by GraeGreene
Sun Aug 22, 2010 5:38 am
Forum: Adding new mechanisms and functions to NEURON
Topic: "My mechanisms don't load!"
Replies: 21
Views: 70076

Re: "My mechanisms don't load!"

Hello, I'm new to NEURON and I'm having trouble with a .mod file that compiled properly but doesn't load. So my stupid question of the day is: do I need to do anything after the .mod file compiles (such as move it, rename it, or something of the sort)? When I run the code that uses it, I get "A...
by GraeGreene
Thu Dec 31, 2009 12:46 pm
Forum: OS X
Topic: building py-neuron module on 10.6 problem
Replies: 10
Views: 7287

Re: building py-neuron module on 10.6 problem

Hi and thanks for the quick reply! I did have both Python 2.6 and 3.1 installed, so I've removed 3.1 to make sure the same version is used throughout. I'm using the current standard distribution (v7.1), which I downloaded from http://www.neuron.yale.edu/neuron/download/getstd Does it also work with ...
by GraeGreene
Thu Dec 31, 2009 11:10 am
Forum: OS X
Topic: building py-neuron module on 10.6 problem
Replies: 10
Views: 7287

Re: building py-neuron module on 10.6 problem

Hello, I'm having a somewhat similar problem building the python neuron module. Both IV and NEURON appear to compile and install correctly, but when I try to run setup.py (using python setup.py install), I get a long string of errors, some of which I'll quote below. $ python setup.py install running...