Hi,
I'm trying to learn SIMA in order to replace my home-made Matlab calcium imaging data analysis. Finally, I've installed SIMA as 32bit version in a 32bit python(x,y) under Windows 7 (64bit). Everything seemed to be fine.
Now I tried to simply execute the tutorial from the SIMA website. It got stuck at the third line:
went fine, but
from sima.iterables import MultiPageTIFF
gives me
Traceback (most recent call last):
File "<pyshell#41>", line 1, in <module>
from sima.iterables import MultiPageTIFF
ImportError: No module named iterables
which is obviously bad. "help(sima)" gives me
c:\python27\lib\site-packages\sima\__init__.py
SIMA: Python package for sequential image analysis.
Licensed under the GNU GPL version 2 or later.
What am I doing wrong?