geekpradd / PyDictionary

PyDictionary is a Dictionary Module for Python 2/3 to get meanings, translations, synonyms and antonyms of words
https://pypi.python.org/pypi/PyDictionary
MIT License
274 stars 65 forks source link

module not found error #62

Closed aveshd closed 11 months ago

aveshd commented 11 months ago

Hi,

Installed the PyDictionary successfully after goslate installation. But I get module not found error (No module named 'PyDictionary'). I am using Visual Studio Code and python version 3.12.0 via anaconda

regards, Avi

aveshd commented 11 months ago

I had Py-Dictionary installed as well. I guess some filenames are similar between the two, that's why I was getting this error. Uninstalled Py-Dictionary and it worked.