Forums

ImportError: No module named resizeimage

I installed python-resize-image using pip. It seems there was no problem, however, I get this error (ImportError: No module named resizeimage), when I try to import resizeimage from resizeimage. I only saw one entry about this problem, and in the end it was not solved. Any help would be much appreciated,

Thanks, F

did you install it to pip2.7 or pip3.5? and are you running your code using python2.7? or say python3.5?

thanks for your response, I am running python2.7 and I installed pip2.7

may I have permission to look at your files?