import sima.iterables

66 views
Skip to first unread message

Guida Kancheli

unread,
Jun 19, 2015, 5:03:39 PM6/19/15
to sima-...@googlegroups.com
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:


import sima 
import sima.motion

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

NAME
    sima

FILE
    c:\python27\lib\site-packages\sima\__init__.py

DESCRIPTION
    SIMA: Python package for sequential image analysis.
    Licensed under the GNU GPL version 2 or later.
    Documentation: http://www.losonczylab.org/sima
    Version 1.2.1

PACKAGE CONTENTS
    ROI
    extract
    imaging
    imaging_parameters
    misc (package)
    motion (package)
    segment (package)
    sequence
    spikes

DATA
    __version__ = '1.2.1'

VERSION
    1.2.1

What am I doing wrong?

Patrick Kaifosh

unread,
Jun 20, 2015, 9:51:44 AM6/20/15
to sima-...@googlegroups.com
Hi Guida,

It looks like you are trying to run an old version of the tutorial with
the newest version of SIMA. Here is the new version:
http://www.losonczylab.org/sima/tutorial.html

Cheers,
Patrick
> --
> You received this message because you are subscribed to the Google
> Groups "sima-users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to sima-users+...@googlegroups.com
> <mailto:sima-users+...@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sima-users/8b3e2c09-16f7-4ba1-8f50-a68580020e71%40googlegroups.com
> <https://groups.google.com/d/msgid/sima-users/8b3e2c09-16f7-4ba1-8f50-a68580020e71%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout.

Guida Kancheli

unread,
Jun 20, 2015, 8:09:24 PM6/20/15
to sima-...@googlegroups.com
Thank you - this solved my problem.
Reply all
Reply to author
Forward
0 new messages