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

error: no module named qt4 #46

Closed vellamike closed 12 years ago

vellamike commented 12 years ago

after upgrade of neuronvisio I get the error "no module named qt4".

mattions commented 12 years ago

Are you using Mayavi 4.1.1.dev ?

Try to install it with:

pip install -U --extra-index-url=http://www.ebi.ac.uk/~mattioni/snapshots/ neuronvisio

check out here for reference:

http://mattions.github.com/neuronvisio/install.html#package-install

vellamike commented 12 years ago

OK so I did that and got the error "ImportError: No module named vtk". I have python-vtk installed but it seems only python2.7 can use it. Do you know how I can install python-vtk for python2.6 also?

mattions commented 12 years ago

Check out here for virtualenv and virtualwrapper

http://pypi.python.org/pypi/virtualenv http://pypi.python.org/pypi/virtualenvwrapper http://mattions.github.com/neuronvisio/install.html#package-install

vellamike commented 12 years ago

I solved this issue. I am using python2.6 but the VTK module was only installed for python 2.7. I solved this issue by copying '/usr/lib/pymodules/python2.7/vtk to '/usr/lib/pymodules/python2.6/vtk