Hi there, I'm trying to import the streamlines module in a Python script, but it tells me that there's no module named streamlines. I'm using Python 2.7 on Anaconda on a Win32. After I import the nibabel library, I try: from nibabel.streamlines import ArraySequence as Streamlines What I get is: ImportError: No module called streamlines. Sorry, can't copy the code from my MinGW32. Hope you can help