felixonmars / ydcv

YouDao Console Version - Simple wrapper for Youdao online translate (Chinese <-> English) service API, as an alternative to the StarDict Console Version(sdcv).
GNU General Public License v3.0
506 stars 91 forks source link

Fix DeprecationWarning on Python 3.10 #61

Closed zhsj closed 2 years ago

zhsj commented 2 years ago

Replace distutils.spawn with shutil.which

felixonmars commented 2 years ago

Thanks!