Scipy: ImportError: cannot import name doccer

532 views
Skip to first unread message

Trey Suntrup

unread,
Jun 2, 2015, 3:32:25 PM6/2/15
to pyth...@googlegroups.com

I just installed python xy 2.7.9 on Windows 7. I went to run some previously written code in Spyder which calls:

from scipy.sparse import linalg as sla

However, I get the following error:

File "C:\Python27\lib\site-packages\scipy\sparse\linalg\__init__.py", line 113, in <module>
from .matfuncs import *

File "C:\Python27\lib\site-packages\scipy\sparse\linalg\matfuncs.py", line 20, in <module>
import scipy.misc

File "C:\Python27\lib\site-packages\scipy\misc\__init__.py", line 44, in <module>
from . import doccer

ImportError: cannot import name doccer

Does anyone know how to fix this? I find this weird because it worked with my previous copy of Python (which I uninstalled before installing the new version).

Thanks!

Reply all
Reply to author
Forward
0 new messages