python - ImportError: No module named blahblah, but it's in the working directory -
i'm not python programmer, assume rookie question.
i'm importing cython file script in python (the file extension of cython file pyx if makes difference). using this;
from im2col_cython import col2im_cython, im2col_cython
here error get;
from im2col_cython import col2im_cython, im2col_cython importerror: no module named im2col_cython
the file in same folder script imported in, have set working directory folder (just incase there issue that). i'm using anaconda, python 2.7, windows 7.
i've been trying fix around 4 hours, seems simple error first real foray python.
Comments
Post a Comment