Neuron refuse to run if the DISPLAY is wrongly set
Posted: Wed May 13, 2009 7:48 am
Hello,
I want to run neuron only for a batch job, without using any DISPLAY but it seems it's not possible.
I'm going to use it on a cluster where the DISPLAY will be not available.
check this:
$ DISPLAY=""
$ ipython
In [1]: import neuron
can't open DISPLAY
Where that message come from? Where is the checking?
I looked into the source of the __init__(): of the neuron module but I didn't find the hoc module (that is imported)
The same if I do
from neuron import h
Any suggestions?
I want to run neuron only for a batch job, without using any DISPLAY but it seems it's not possible.
I'm going to use it on a cluster where the DISPLAY will be not available.
check this:
$ DISPLAY=""
$ ipython
In [1]: import neuron
can't open DISPLAY
Where that message come from? Where is the checking?
I looked into the source of the __init__(): of the neuron module but I didn't find the hoc module (that is imported)
The same if I do
from neuron import h
Any suggestions?