python3默认安装的DBUtils是2.0版本,通常使用以下方法引用会找不到DBUilts模块

from DBUtils.PooledDB import PooledDB

改成1.2版本就可以正常引用了

pip install DBUtils==1.2