Welcome to Help
- John Skinner
- Posts: 1
- Joined: Tue Nov 06, 2012 1:09 pm
can't run tutorial. problem with install?
Hi,
I'm getting an error when I try to run the first part of the tutorial: ConvertDataToHDF.py -s native.pdb -i XTC
Here's the error:
Traceback (most recent call last):
File "/home/skinnerj/.local/bin/ConvertDataToHDF.py", line 26, in <module>
from msmbuilder import FahProject
File "/home/skinnerj/.local/lib/python2.7/site-packages/msmbuilder/__init__.py", line 56, in <module>
from Serializer import Serializer
File "/home/skinnerj/.local/lib/python2.7/site-packages/msmbuilder/Serializer.py", line 25, in <module>
import tables
ImportError: No module named tables
This happens both on the my local machine and a remote machine. On the remote machine I installed msmbuilder using python setup.py install --prefix=~/.local
On the local machine I installed using sudo python setup.py install
Any help will be greatly appreciated.
Thanks,
Jack
I'm getting an error when I try to run the first part of the tutorial: ConvertDataToHDF.py -s native.pdb -i XTC
Here's the error:
Traceback (most recent call last):
File "/home/skinnerj/.local/bin/ConvertDataToHDF.py", line 26, in <module>
from msmbuilder import FahProject
File "/home/skinnerj/.local/lib/python2.7/site-packages/msmbuilder/__init__.py", line 56, in <module>
from Serializer import Serializer
File "/home/skinnerj/.local/lib/python2.7/site-packages/msmbuilder/Serializer.py", line 25, in <module>
import tables
ImportError: No module named tables
This happens both on the my local machine and a remote machine. On the remote machine I installed msmbuilder using python setup.py install --prefix=~/.local
On the local machine I installed using sudo python setup.py install
Any help will be greatly appreciated.
Thanks,
Jack
Re: Welcome to Help
Hi,
you should install Pytables,a module of python.
you should install Pytables,a module of python.