msmbuilder / msmbuilder-legacy

Legacy release of MSMBuilder
http://msmbuilder.org
GNU General Public License v2.0
25 stars 28 forks source link

ImportError: cannot import name io #445

Closed daviddaileo closed 9 years ago

daviddaileo commented 9 years ago

I was going to import io from msmbuilder so that I can use io.loadh to load RMSD.h5 or other .h5 files. But I encountered the error which said cannot import name io. It's weird since it was working like last year. Or something has changed during this year. Thank you for your time.

kyleabeauchamp commented 9 years ago

I think io has been moved to mdtraj, try import mdtraj.io On Oct 15, 2014 11:53 AM, "Wei Dai" notifications@github.com wrote:

I was going to import io from msmbuilder so that I can use io.loadh to load RMSD.h5 or other .h5 files. But I encountered the error which said cannot import name io. It's weird since it was working like last year. Or something has changed during this year. Thank you for your time.

— Reply to this email directly or view it on GitHub https://github.com/SimTk/msmbuilder/issues/445.

daviddaileo commented 9 years ago

It's working. Many thanks.