Trying to install IMAPClient
using the command pip install IMAPClient
. I'm on Windows, with Python 3.3.
It downloads fine, begins to install, then complains with ImportError: No module named 'response_parser'
. I think that is an internal module for this library, so isn't something I can install separately.
I also tried to download the tarball manually, unpack it, and run python setup.py install
, but get the same error.
This is a popular and stable library, so I realise I'm doing something wrong. I'm still a Python noob. What should I do?