mattions / neuronvisio

A Graphical User Interface with 3D Visualization features for NEURON simulation enviroment
https://neuronvisio.readthedocs.io
Other
30 stars 15 forks source link

Picking a section deosn't work with Mayavi 4.0.0 #34

Closed mattions closed 12 years ago

mattions commented 12 years ago

Picking a section 'cause an error. It seems the picker of cell type is not working as expected. This seems to be related to mayavi, and I've reported it upstream: https://github.com/enthought/mayavi/issues/21

mattions commented 12 years ago

Ok, so I've found a solution to this one.

Just install Mayavi from my git fork untill they release a new one:

pip install -e git+https://mattions@github.com/mattions/mayavi.git@fix-21#egg=mayavi

P.S.: You need git installed I think.