On Thu, May 24, 2018 at 8:07 AM LO Yi <
yiiiii...@gmail.com> wrote:
> no, it doesn't work, the error remain the same.
> Do I have to install something else to support pymysql? I was thinking I
need to set up MySQL locally, but it doesn't make sense.
No.
You need to verify your environment.
* All other modules your installed via `pip3 install` can be import?
* What `python3 -m site` and `pip3 -V` shows?
* Uninstall and install pymysql again?
* What about `python3 -m pip install pymysql`?
Anyway, it must not PyMySQL issue, but your environment issue.
Stackoverflow is your friend.
--
INADA Naoki <
songof...@gmail.com>